home *** CD-ROM | disk | FTP | other *** search
Java Source | 1997-07-03 | 412 b | 17 lines |
- package borland.samples.intl.beans.resources;
-
- import java.util.*;
-
- public class WrappingTextViewerRes extends ListResourceBundle {
- static final Object[][] contents = {
- // inspector property name short descriptions
- {"text","Text to display"},
- {"columnName","DataSet column name"},
- {"dataSet","DataSet name"},
- };
-
- public Object[][] getContents() {
- return contents;
- }
- }
-