home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / jbuilder / unsupported / JDK1.2beta3 / SOURCE / DEMO / JFC / SWINGSET / README12.TXT < prev    next >
Encoding:
Text File  |  1998-03-20  |  794 b   |  29 lines

  1. This file tells you how to run SwingSet, both as an applet and
  2. as an application.
  3.  
  4.  
  5. ==================================
  6. RUNNING SWINGSET AS AN APPLICATION
  7. ==================================
  8.  
  9. JDK 1.2 (any platform)
  10. ----------------------
  11.   java SwingSet file:<absolute path to javadoc>
  12.  
  13. The path to javadoc gives Swingset a pointer to the javadoc documentation
  14. for the JDK, for example,  %JAVA_HOME%/doc/api or ${JAVA_HOME}/doc/api
  15.  
  16. =============================
  17. RUNNING SWINGSET AS AN APPLET
  18. =============================
  19.  
  20. JDK 1.2
  21. ----------------------
  22.  
  23. In order to run the SwingSet applet supplied with JDK1.2, you will
  24. need to use a browser which supports 1.2 (such as the HotJava browser) 
  25. or use the appletviewer supplied with JDK1.2.  To do this use:
  26.  
  27.   appletviewer SwingSetApplet.html
  28.  
  29.