home *** CD-ROM | disk | FTP | other *** search
Java Source | 1997-07-10 | 363 b | 15 lines |
- package borland.samples.intl.gui.resources;
-
- import java.util.*;
-
- public class GuiRes_de_CH extends ListResourceBundle {
- Object[][] contents = {
- {"SoldToCustomerInfoPanel",new CustomerInfoPanel_de_CH()},
- {"ShipToCustomerInfoPanel",new CustomerInfoPanel_de_CH()},
- };
-
- public Object[][] getContents() {
- return contents;
- }
- }
-