'Having trouble properly executing my jar file
I am new to java or coding in general. I am currently taking a course for Computer Programming. For this final assignment I need to make a .jar program or game. I have decided to make a game but it does not execute like it does in an IDE. Thank you in advance for the help.
Solution 1:[1]
Thank you for all the help, I have solved my own problem by adding a sleep timer to my gui from the main method and by default setting my gui to invisible, once the main method ran it set the gui to visible. Thank you again for all the help.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | JonCode |
