Package de.espirit.common.tools
Class Windows
java.lang.Object
de.espirit.common.tools.Windows
Generic utility to provide windows related operations.
- Since:
- 5.2.501
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
centerWindow
(@NotNull Window window) Centers the givenwindowToAdjust
relative to the active frame of the application.
-
Method Details
-
centerWindow
Centers the givenwindowToAdjust
relative to the active frame of the application.- Parameters:
window
- The window to be centered.- Since:
- 5.2.501
-