Processing too small on eeepc
in
Integration and Hardware
•
3 years ago
Actually I am making a project on my pc with a 1920x1080 screen resolution and when i launch it as application using:
The "stop" text is under the bottom bar and I don't have my 480x480 stage.
I am using eclipse.
- public static void main(String[] args) {
- PApplet.main(new String[] { "--present", "game.Main" });
- }
The "stop" text is under the bottom bar and I don't have my 480x480 stage.
I am using eclipse.
1