Package java.awt

Contains all of the classes for creating user interfaces and for painting graphics and images.

See:
          Description

Interface Summary
ItemSelectable  
LayoutManager  
 

Class Summary
AWTEvent This is the base class for all awt events.
BorderLayout  
Button  
Canvas A component for custom drawing by overriding the paint method
CardLayout A card layout displays the content of the container as a stack of cards, where only one card (Componet) is visible, the other cards are hidden.
Checkbox The Checkbox class can be used to display checkbox or radio button components.
CheckboxGroup  
Choice  
Color  
Component Important Limitations: Only one listener of each type is allowed Many methods are still missing
Container A special component that can contain other components.
Dialog  
Dimension  
EventQueue The kAWT event queue.
FileDialog  
FlowLayout  
Font  
FontMetrics  
Frame  
Graphics  
GridLayout  
Image  
Insets  
Label  
List  
Menu  
MenuBar  
MenuItem  
Panel  
Point  
Rectangle  
Scrollbar Only one Listener for each event Type is allowed AdjustmentEvents are delivered directly to the Listener without going through ProcessAdjustmentEvent!
ScrollPane  
SystemColor  
TextArea A simple TextArea, now with support for editing and word wrap.
TextComponent common abstract base class for TextArea and TextField
TextField Current Limitations The caret blinking is currently disabled because of often system crashes when running threads ActionEvents are not sent (but TextEvents) The colum count of the text field determines the minimal display width.
Toolkit  
Window  
 

Exception Summary
TooManyListenersException  
 

Package java.awt Description

Contains all of the classes for creating user interfaces and for painting graphics and images.