Return to Java Design Guide and Wishes.
Return to Java Accessibility Project.
Return to previous page

Component Examples

The applet below is an example of the nine components in the Java AWT GUI. If the button "Press for Window" is clicked on, a new frame window with a menu will open. Clicking on the "Ok" button will close this window. Clicking on the "Dialog" button will open a dialog window. Clicking on the "Done" button will close the dialog window.