java.awt.peer
public interface FramePeer extends WindowPeer
Method Summary | |
---|---|
int | getState() |
boolean | isRestackSupported()
Check if this frame peer supports being restacked.
|
void | setBoundsPrivate(int x, int y, int width, int height)
Sets the bounds of this frame peer.
|
void | setIconImage(Image image) |
void | setMaximizedBounds(Rectangle r) |
void | setMenuBar(MenuBar mb) |
void | setResizable(boolean resizable) |
void | setState(int state) |
void | setTitle(String title) |
Returns: true if this frame peer can be restacked, false otherwise
Since: 1.5
Parameters: x the new x co-ordinate y the new y co-ordinate width the new width height the new height
Since: 1.5