home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / J A V A / Java Development Kit V1.2 / jdk12-win32(1).exe / data1.cab / demos / demo / jfc / SwingApplet / README.txt next >
Encoding:
Text File  |  1998-12-01  |  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.