AWT test suite

AbsoluteTest
A test of absolute layout placement.
AddRemoveTest
A test of adding and removing containers dynamically.
ArcTest
A test of arc-drawing.
BorderTest
A test of the BorderLayout class.
BorderTest1
A stress test of the BorderLayout class.
BorderFlowTest
A stress test of the BorderLayout class with a FlowLayout component.
BorderGridTest
A stress test of the BorderLayout class with a gridLayout component.
ButtonTest
A test of button enabling and disabling.
CardTest
A test of the CardLayout class.
CheckboxTest
A test of the Checkbox and CheckboxGroup classes.
CheckboxGroupTest
A test of all the methods in CheckboxGroup class.
CheckboxMenuItemTest
A test of all the methods in CheckboxMenuItem class.
ChoiceTest
A test of the Choice class.
ChoiceTest1
A test of all the methods in Choice class.
ChoiceStressTest
A stress test for the Choice class.
ClipTest
A test of creating Graphics subcontexts using Graphics.create(x,y,w,h)
ClipboardTest
A test for copy/paste of plain text using a private clipboard
ComponentAddTest
A test of Container.add at a specific position.
ComponentColor
A test for Bug #1230399.
ComponentTest
A test that includes one of each component in the awt.
ContainerTest
A test on layouts with container.add and container.remove operations.
CursorTest
A test for all of the different cursors defined by class Frame.
CursorTest2
A test for setting cursors per component.
DialogTest
A test for all of the methods in Dialog Class.
DitherTest
A test of the colors shades.
DrawTest
A test of XOR mode.
EventTest
A test of the event model for keyboard filtering.
EventTest2
A test of the event model in most components.
FileDialogTest
A test of the FileDialog class.
FlowTest
A test of the FlowLayout class.
FocusTest
A test of the focus management apis.
FontTest
A test of all the methods in the Font and FontMetrics classes.
FrameTest
A test of all the methods in Frame Class.
GraphicsTest
A test of the graphics drawing apis.
GraphicsTest2
A test of the graphics/layout apis that expose NT/Sol2 diffs.
GridEx10
A test of the GridBagLayout class.
GridTest
A test of the GridLayout class.
ImageTest
A test of the Image class.
ImageFlushTest
A test of the robustness of the Image flushing interface.
InsetTest
Tests whether insets are properly set for frames and dialogs.
KeyTest
A test of keyboard and mouse input on Canvas objects.
LabelTest
A test of the Label class.
ListenerTest
A test of the 1.1 delegation-based event model.
ListTest
A test of the List class.
ListTest2
A test of all the methods in the List class.
ListStressTest
A stress test for the List class.
MenuTest
A test of the MenuBar and Menu classes.
MenuTest
A test of setting the MenuBar after a frame is visible.
MenuTest3
A test of all the methods in Class Menu.
MenuBarTest
A test of all methods in the MenuBar class.
MenuComponentTest
A test of all methods in the MenuComponent Class.
MenuItemTest
A test of all methods in the MenuItem Class.
MTGraphicsTest
A stress test of multiple threads drawing to multiple canvases at the same time.
PopupMenuTest
A test of all methods in the PopupMenu Class.
PanelLayoutTest
A test of subpanel layout with insets.
PaintTest
A test of doing custom widgets.
PixelTest
A test of the pixelization of various Graphics primitives.
PolygonTest
A test of all the methods in the Polygon Class.
RectTest
A test of all the methods in the Rectangle Class.
ScrollbarTest
A test of the Scrollbar classes.
ScrollPaneTest
A test of the ScrollPane container class.
SwitchMenubarTest
A test for switching between two menubars.
TextAreaTest.html
A test of the TextArea class.
TextComponentTest.html
A test of all the methods in TextComponent class.
TextFieldTest
A test of the textfield class.
TextFieldTest2
A test most of the methods in the textfield class.
WindowTest
A test of all the methods in the Window Class.
XORTest
A test of XOR drawing primitives.