Java Window Resolution

54 views Asked by At

I am coding a game in Java. I just want to know how to make a JFrame window that is fullscreen, but it renders graphics to a canvas that has a smaller resolution from current display. Example: My pc's current resolution is 1920x1080, and I want my canvas to be 1280x720, and the game to be fullscreen.

0

There are 0 answers