home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgLangD.iso
/
VCAFE.3.0A
/
Main.bin
/
ConnBundle.java
< prev
next >
Wrap
Text File
|
1998-09-28
|
437b
|
17 lines
package com.symantec.itools.awt;
import java.util.ListResourceBundle;
public class ConnBundle extends ListResourceBundle {
public Object[][] getContents() {
return contents;
}
static final Object[][] contents = {
// FormattedTextBeanInfo
{"getMask", "Get the edit field entry mask"},
{"setMask", "Set the edit field entry mask"},
// END FormattedTextBeanInfo
};
}