This directory contains simple Frame and Applet graphics examples. MyApplet1 draws in an applet without using off-screen buffering. MyApplet2 draws in an applet using off-screen buffering. MyFrame1 draws in an applet without using off-screen buffering. MyFrame2 draws in an applet using off-screen buffering. MyApplet1 and MyApplet2 can be run either using appletviewer MyApplet1.html appletviewer MyApplet2.html or by accessing the .html files from a browser. MyFrame1 and MyFrame2 are applications rather than applets, and can be run directly in java, provided that the appropriate window system is available: java MyFrame1 java MyFrame2