home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / Komercni / VAgeJava / ivj35 / setup / REP.Cab / F21430_README.txt < prev    next >
Text File  |  2000-07-30  |  400b  |  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.