Posts by Josesk Volpe • 1 point
1 post
-
0
votes1
answer169
viewsQ: Java-Full screen in 16bit
How can I put a Jframe in full screen and change the screen resolution using: device.setDisplayMode(new DisplayMode(Width,Height,16,DisplayMode.REFRESH_RATE_UNKNOWN)); I must use a new library?…