Package uibooster.components
Klasse WindowSetting
java.lang.Object
uibooster.components.WindowSetting
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunghide()
Hides the window on start.save()
Saves the changes and ends the window-settings.setPosition
(int positionX, int positionY) Sets the preferred position of the window on startup.setSize
(int width, int height) Sets the preferred window size in pixel.Hides the window titlebar if it's supported by the OS
-
Konstruktordetails
-
WindowSetting
-
-
Methodendetails
-
hide
Hides the window on start. It runs in the background. -
setSize
Sets the preferred window size in pixel.- Parameter:
width
- expects the width in pixelheight
- expects the height in pixel
-
setUndecorated
Hides the window titlebar if it's supported by the OS -
setPosition
Sets the preferred position of the window on startup. The default position is centered on screen.- Parameter:
positionX
- expects the pixels for the middle of the form on the x-axis (width-axis)positionY
- expects the pixels for the middle of the form on the y-axis (height-axis)
-
save
Saves the changes and ends the window-settings.
-