Package java.awt

Interface Summary
LayoutManager Defines the interface for classes that know how to layout Containers.
MenuContainer The super class of all menu related containers.
 

Class Summary
BorderLayout A TNT style border bag layout.
Button A class that produces a labeled button component.
Canvas A Canvas component.
CardLayout A layout manager for a container that contains several 'cards'.
Checkbox A Checkbox object is a graphical user interface element that has a boolean state.
CheckboxGroup This class is used to create a multiple-exclusion scope for a set of Checkbox buttons.
CheckboxMenuItem This class produces a checkbox that represents a choice in a menu.
Choice The Choice class is a pop-up menu of choices.
Color A class to encapsulate RGB Colors.
Component A generic Abstract Window Toolkit component.
Container A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components.
Dialog A class that produces a dialog - a window that takes input from the user.
Dimension A class to encapsulate a width and a height Dimension.
Event Event is a platform-independent class that encapsulates events from the local Graphical User Interface(GUI) platform.
FileDialog The File Dialog class displays a file selection dialog.
FlowLayout Flow layout is used to layout buttons in a panel.
Font A class that produces font objects.
FontMetrics A font metrics object.
Frame A Frame is a top-level window with a title.
Graphics Graphics is the abstract base class for all graphic contexts for various devices.
GridBagConstraints GridBagConstraints is used to specify constraints for components laid out using the GridBagLayout class.
GridBagLayout GridBagLayout is a flexible layout manager that aligns components vertically and horizontally, without requiring that the components be the same size.
GridLayout A layout manager for a container that lays out grids.
Image The image class is an abstract class.
Insets The insets of a container.
Label A component that displays a single line of read-only text.
List A scrolling list of text items.
MediaTracker A utility class to track the status of a number of media objects.
Menu A Menu that is a component of a menu bar.
MenuBar A class that encapsulates the platform's concept of a menu bar bound to a Frame.
MenuComponent The super class of all menu related components.
MenuItem A String item that represents a choice in a menu.
Panel A Panel Container class.
Point An x,y coordinate.
Polygon A polygon consists of a list of x and y coordinates.
Rectangle A rectangle defined by x, y, width and height.
Scrollbar A Scrollbar component.
TextArea A TextArea object is a multi-line area that displays text.
TextComponent A TextComponent is a component that allows the editing of some text.
TextField TextField is a component that allows the editing of a single line of text.
Toolkit An AWT toolkit.
Window A Window is a top-level window with no borders and no menubar.
 

Exception Summary
AWTException Signals that an Absract Window Toolkit exception has occurred.
 

Error Summary
AWTError An AWT Error.