public interface ApplicationFrame
Modifier and Type | Method and Description |
---|---|
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
|
void setLocation(int x, int y)
int getLocationX()
int getLocationY()
void activate()
void setVisible(boolean visible)
Copyright © 2015–2022 SciJava. All rights reserved.