|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplicationFrame
Common interface for top-level application frames.
Method Summary | |
---|---|
void |
activate()
Activate the application frame, bringing it to the front. |
int |
getLocationX()
Gets the X coordinate of the application frame's top left corner. |
int |
getLocationY()
Gets the Y coordinate of the application frame's top left corner. |
void |
setLocation(int x,
int y)
Sets the coordinates of the application frame's top left corner. |
void |
setVisible(boolean visible)
Show or hide the application frame |
Method Detail |
---|
void setLocation(int x, int y)
int getLocationX()
int getLocationY()
void activate()
void setVisible(boolean visible)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |