# ===========================================================================
#  Licensed Materials - Property of IBM
#  "Restricted Materials of IBM"
#
#  IBM SDK, Java(tm) Technology Edition, v5
#  (C) Copyright IBM Corp. 1998,2005. All Rights Reserved
#
#  US Government Users Restricted Rights - Use, duplication or disclosure
#  restricted by GSA ADP Schedule Contract with IBM Corp.
# ========================================================================

SwingApplet illustrates how it's possible to run a Swing-based
applet, as long as the Swing classes are in the browser's class
path. For example, on JDK 1.5:

   appletviewer SwingApplet.html

When you successfully run the applet, you might see a message about a
security exception.  It starts like this:

   sun.applet.AppletSecurityException: checkawteventqueueaccess

Please ignore this exception.

