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 -jar FileChooserDemo.jar To run the FileChooserDemo demo on 1.1.x on Solaris: setenv SWING_HOME setenv JAVA_HOME ./runnit To run the FileChooserDemo demo on 1.1.x on win32: set CLASSPATH=\lib\classes.zip set SWING_HOME= runnit