home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
Software
/
Komercni
/
VAgeJava
/
ivj35
/
setup
/
IDE.Cab
/
F7721_README.txt
< prev
next >
Wrap
Text File
|
2000-07-30
|
606b
|
21 lines
FileChooserDemo demonstrates some of the capabilities of the Swing
JFileChooser object. It brings up a window displaying several configuration
controls that allow you to play with the JFileChooser options dynamically.
To run the FileChooserDemo demo on 1.2:
java FileChooserDemo
To run the FileChooserDemo demo on 1.1.x on Solaris:
setenv SWING_HOME <path to swing release>
setenv JAVA_HOME <path to jdk1.1.x release>
./runnit
To run the FileChooserDemo demo on 1.1.x on win32:
set CLASSPATH=<path to jdk1.1.x release>\lib\classes.zip
set SWING_HOME=<path to swing release>
runnit