home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Symantec Visual Cafe for Java 2.5
/
symantec-visual-cafe-2.5-database-dev-edition.iso
/
VCafe
/
WDESAMPL.BIN
/
ChoiceResource.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1997-02-24
|
740 b
|
10 lines
import java.util.ListResourceBundle;
public class ChoiceResource extends ListResourceBundle {
static final Object[][] contents = new Object[][]{{"patternText", "The disk '%1' contained %0 on %2."}, {"choice1", "no files"}, {"choice2", "one file"}, {"choice3", "%0|3 files"}};
public Object[][] getContents() {
return contents;
}
}