
AWT Test Suite
===============
The awt test suite contains a bunch of applets that test the various
widgets of the awt. The following is a brief desciption on the contents
of the test suite and instructions on how to run it.

The following is a listing of all the tests included in this test suite.

AbsoluteTest           DialogTest             ListTest2
AddRemoveTest          DitherTest             MenuBarTest
ArcTest                DrawTest               MenuComponentTest
BorderFlowTest         EventTest2             MenuItemTest
BorderGridTest         FileDialogTest         MenuTest
BorderTest             FlowTest               MenuTest2
BorderTest1            FocusTest              MenuTest3
ButtonTest             FrameTest              PaintTest
CardTest               GraphicsTest           PanelLayoutTest
CheckboxGroupTest      GraphicsTest2          PixelTest 
CheckboxMenuItemTest   GridEx10               ScrollbarTest
CheckboxTest           GridTest               SwitchMenubarTest
ChoiceStressTest       ImageBlaster           TextAreaTest
ChoiceTest             ImageFlushTest         TextAreaTest1
ChoiceTest1            ImageTest              TextComponentTest
ClipTest               InsetTest              TextFieldTest
ComponentAddTest       KeyTest                TextFieldTest2
ComponentTest          LabelTest              XORTest
ContainerTest          ListStressTest         
CursorTest             ListTest               


Each test has a set of java files and a html file associated with
it. To run any individual test, compile the java file and then
load the html file in Netscape 2.0 or appletviewer. To run all the
tests, compile all the java files and then either load the file
index into Netscape2.0 (which supports applets) or appletviewer.
Follow the link to each of the tests through the index file.
Against each link in the index.html file is a short description
of what the test achieves. The html page for each test also includes
a brief statement on how to run the test. (If you have difficulty
in getting the applet to display properly when invoked through
the index file, try running the test directly using the corresponding
file url.)

The index file and the applets are maintained by the Quality Assurance
group in JPG. Please report any problems to Vijay.Srinivasan@Eng.Sun.Com
or Carla.Schroer@Eng.Sun.Com.

Note: Parts of the following tests are known to fail on Win32 only:
	ListTest2.java (Clear button clears only a single item)
	EventTest2.java (Horizontal Scrollbar doesnt work in Win95,
			 Kbd arrow keys dont cause movement up and
			 down the list in the List test.)

     On Solaris: GraphicsTest2 is known to fail.

	
