Frame Members

Frame Members

Class Overview | This Package | All Packages

Fields
Name Description
CROSSHAIR_CURSOR Deprecated.
DEFAULT_CURSOR Deprecated.
E_RESIZE_CURSOR Deprecated.
HAND_CURSOR Deprecated.
MOVE_CURSOR Deprecated.
N_RESIZE_CURSOR Deprecated.
NE_RESIZE_CURSOR Deprecated.
NW_RESIZE_CURSOR Deprecated.
S_RESIZE_CURSOR Deprecated.
SE_RESIZE_CURSOR Deprecated.
SW_RESIZE_CURSOR Deprecated.
TEXT_CURSOR Deprecated.
W_RESIZE_CURSOR Deprecated.
WAIT_CURSOR Deprecated.

Constructors
Name Description
Frame() Constructs a new instance of Frame that is initially invisible.
Frame(String) Constructs a new, initially invisible Frame object with the specified title.

Methods
Name Description
addNotify() Creates the Frame's peer.
dispose() Disposes of the Frame.
getCursorType() Deprecated.
getIconImage() Gets the icon image for this frame.
getMenuBar() Gets the menu bar for this frame.
getTitle() Gets the title of the frame.
isResizable() Indicates whether this frame is resizable.
paramString() Returns the parameter String of this Frame.
remove(MenuComponent) Removes the specified menu bar from this frame.
setCursor(int) Deprecated.
setIconImage(Image) Sets the image to display when this frame is iconized.
setMenuBar(MenuBar) Sets the menu bar for this frame to the specified menu bar.
setResizable(boolean) Sets the resizable flag, which determines whether this frame is resizable.
setTitle(String) Sets the title for this frame to the specified title.