Window.setGeometry

Set the size and postition of the window.

class Window
setGeometry
(
this T
)
(
int width
,
int height
,
int xPos
,
int yPos
)

Parameters

width int

The width of the window.

height int

The height of the window.

xPos int

The horizontal position of the window.

yPos int

The vertical position of the window.

Return Value

Type: auto

This window to aid method chaining.

Meta