Java Reference
In-Depth Information
Insets
The Insets class represents the borders of a container. It
specifies the space that a container must leave at each of its
edges.
Label
The Label class represents a component for placing text in a
c ontainer.
List
The List class represents a graphical component with a
s crolling list of text items.
MediaTracker
The MediaTracker class is a utility class providing a
mechanism to track the status of media objects such as images.
Menu
The Menu class represents an object acting as pull-down menu
c omponent that is deployed in a menu bar.
MenuBar
The MenuBar class encapsulates the platform's concept of a
menu bar bound to a frame.
MenuComponent
The MenuComponent class is the super-class of all menu-
r elated components.
MenuItem
The MenuItem class represents on item in a menu.
MenuShortcut
The MenuShortcut class represents a keyboard accelerator
f or a MenuItem .
Panel
The Panel class is the simplest container class.
Point
The Point class represents a location in (x, y) coordinate
s pace, specified in integer precision.
Polygon
The Polygon class represents a geometric description of a
c losed, two-dimensional region within a coordinate space.
PopupMenu
The Popup class a menu that can be dynamically popped up at
a specified position within a component.
Rectangle
The Rectangle class specifies an area in a coordinate space
that is enclosed by the Rectangle object's top-left point (x, y) in
t he coordinate space, its width, and its height.
Scrollbar
The Scrollbar class represents a scroll bar user-interface
o bject.
ScrollPane
The ScrollPane class represents a container class which
implements automatic horizontal and/or vertical scrolling for a
s ingle child component.
SystemColor
The SystemColor class encapsulates a set symbolic colors
r epresenting the color of GUI objects on a particular platform.
TextArea
The TextArea class represents a graphical component capable
o f displaying a multi-line region text.
TextComponent
The TextComponent class is the super-class of any
c omponent that allows the editing of text.
TextField
The TextField class represents a graphical component
a llowing the user to edit a single line of text.
Toolkit
The Toolkit class is the abstract super-class of all actual
implementations of the Abstract Window Toolkit. Subclasses of
Toolkit are used to bind the various components to particular
n ative toolkit implementations.
Window
The Window class is a top-level window with no borders and no
menubar.
Exceptions
AWTException
The AWTException signalizes that an AWT related
Search WWH ::




Custom Search