home *** CD-ROM | disk | FTP | other *** search
Java Source | 1998-03-18 | 443 b | 18 lines |
- package symantec.itools.resources;
-
- import java.util.ListResourceBundle;
-
- public class ResBundle extends ListResourceBundle {
- public Object[][] getContents() {
- return contents;
- }
- static final Object[][] contents = {
- // ScrollingTextBeanInfo
- {"put", "put"},
- {"some", "some"},
- {"text", "text"},
- {"in", "in"},
- {"here", "here"},
- // End ScrollingTextBeanInfo
- };
- }