home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / CHIP-1999-07.iso / software / jdk / jdk121.exe / disk1 / data1.cab / demos / demo / jfc / SwingApplet / README.txt next >
Encoding:
Text File  |  1999-03-27  |  400 b   |  13 lines

  1. SwingApplet illustrates how it's possible to run a Swing-based
  2. applet, as long as the Swing classes are in the browser's class
  3. path. For example, on JDK1.2:
  4.  
  5.    appletviewer SwingApplet.html
  6.  
  7. When you successfully run the applet, you might see a message about a
  8. security exception.  It starts like this:
  9.  
  10.    sun.applet.AppletSecurityException: checkawteventqueueaccess
  11.  
  12. Please ignore this exception.
  13.