home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / jbuilder / unsupported / JDK1.2beta3 / SOURCE / DEMO / JFC / SwingApplet / README.TXT next >
Encoding:
Text File  |  1998-03-20  |  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.