Class TestAWTControls
<default>
java.lang.Object
  java.awt.Component
      java.awt.Container
          java.awt.Window
              java.awt.Frame
                  TestAWTControls
All Implemented Interfaces:
java.awt.image.ImageObserver, java.awt.MenuContainer, javax.accessibility.Accessible

public class TestAWTControls
extends Frame
A frame that contains various AWT components.
Author:
TogetherSoft
See Also:  Node Documentation, UI Documentation

Inner classes inherited from class java.awt.Frame
Frame.AccessibleAWTFrame
Inner classes inherited from class java.awt.Window
Window.AccessibleAWTWindow
Inner classes inherited from class java.awt.Container
Container.AccessibleAWTContainer
Inner classes inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy
Field Summary
private Button
private Label
private Canvas
private Label
private Checkbox
private Checkbox
private Checkbox
private Checkbox
private CheckboxGroup
private Label
private Label
private Choice
private Label
private Panel
private Label
private Label
private List
private Label
private Panel
private Scrollbar
private Label
private ScrollPane
private TextArea
private Label
private TextField
private Label
Fields inherited from class java.awt.Frame
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
Constructor Summary
Method Summary
void
exit(WindowEvent e)
private void
initGUI()
This method is called from within the constructor to initialize the form.
static void
main(String[] args)
Field Detail
labelLabel
private Label labelLabel = new Label()
See Also:  UI Component

label
private Label label = new Label()
See Also:  UI Component

buttonLabel
private Label buttonLabel = new Label()
See Also:  UI Component

button
private Button button = new Button()
See Also:  UI Component

textFieldLabel
private Label textFieldLabel = new Label()
See Also:  UI Component

textField
private TextField textField = new TextField()
See Also:  UI Component

textAreaLabel
private Label textAreaLabel = new Label()
See Also:  UI Component

textArea1
private TextArea textArea1 = new TextArea()
See Also:  UI Component

delimiterPanel
private Panel delimiterPanel = new Panel()
See Also:  UI Component

checkBoxLabel
private Label checkBoxLabel = new Label()
See Also:  UI Component

checkbox
private Checkbox checkbox = new Checkbox()
See Also:  UI Component

choice
private Choice choice = new Choice()
See Also:  UI Component

choiceLabel
private Label choiceLabel = new Label()
See Also:  UI Component

listLabel
private Label listLabel = new Label()
See Also:  UI Component

list
private List list = new List()
See Also:  UI Component

scrollBarLabel
private Label scrollBarLabel = new Label()
See Also:  UI Component

scrollbar1
private Scrollbar scrollbar1 = new Scrollbar()
See Also:  UI Component

canvasInScrollPaneLabel
private Label canvasInScrollPaneLabel = new Label()
See Also:  UI Component

scrollPane1
private ScrollPane scrollPane1 = new ScrollPane()
See Also:  UI Component

canvas1
private Canvas canvas1 = new Canvas()
See Also:  UI Component

checkboxGroup
private CheckboxGroup checkboxGroup = new CheckboxGroup()
See Also:  UI Component

checkbox1
private Checkbox checkbox1 = new Checkbox()
See Also:  UI Component

checkbox2
private Checkbox checkbox2 = new Checkbox()
See Also:  UI Component

checkbox3
private Checkbox checkbox3 = new Checkbox()
See Also:  UI Component

panel1
private Panel panel1 = new Panel()
See Also:  UI Component

checkBoxGroupLabel
private Label checkBoxGroupLabel = new Label()
See Also:  UI Component
Constructor Detail
TestAWTControls
public TestAWTControls()
Method Detail
initGUI
private void initGUI()
This method is called from within the constructor to initialize the form.

main
public static void main(String[] args)

exit
public void exit(WindowEvent e)