public class GameWindow
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
hideFPS()
Method will hide the FPS of the window.
|
void |
setfps(int _f)
Method will set the FPS of the window.
|
void |
showFPS()
Method will show the FPS of the window.
|
void |
size(int width,
int height)
Sets the width and height of the internal area of the window.
|
void |
title(java.lang.String _title)
Set the title of the window.
|
public void size(int width, int height)
width
- the width of the internal area of the windowheight
- the height of the internal area of the windowpublic void title(java.lang.String _title)
_title
- the title of the windowpublic void showFPS()
public void hideFPS()
public void setfps(int _f)
_f
- the FPS value