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 >
Text File  |  2000-07-30  |  606b  |  21 lines

  1. FileChooserDemo demonstrates some of the capabilities of the Swing 
  2. JFileChooser object.  It brings up a window displaying several configuration
  3. controls that allow you to play with the JFileChooser options dynamically.
  4.  
  5. To run the FileChooserDemo demo on 1.2:
  6.   java FileChooserDemo
  7.  
  8.  
  9. To run the FileChooserDemo demo on 1.1.x on Solaris:
  10.   setenv SWING_HOME <path to swing release>
  11.   setenv JAVA_HOME <path to jdk1.1.x release>
  12.   ./runnit
  13.  
  14.  
  15. To run the FileChooserDemo demo on 1.1.x on win32:
  16.   set CLASSPATH=<path to jdk1.1.x release>\lib\classes.zip
  17.   set SWING_HOME=<path to swing release>
  18.   runnit
  19.  
  20.  
  21.