home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 15
/
BUGCD1998_06.ISO
/
aplic
/
jbuilder
/
jsamples.z
/
GuiRes.java
< prev
next >
Wrap
Text File
|
1997-07-10
|
340b
|
15 lines
package borland.samples.intl.gui.resources;
import java.util.*;
public class GuiRes extends ListResourceBundle {
Object[][] contents = {
{"SoldToCustomerInfoPanel",new CustomerInfoPanel()},
{"ShipToCustomerInfoPanel",new CustomerInfoPanel()},
};
public Object[][] getContents() {
return contents;
}
}