GLWindow.setPreferredSize
void setPreferredSize(int width, int height)Set the preferred width and height of the window. Implementations are free to ignore this information.
Parameters
width | new preferred width |
height | new preferred height |
void setPreferredSize(int width, int height)Set the preferred width and height of the window. Implementations are free to ignore this information.
width | new preferred width |
height | new preferred height |