When I export my project from my IDE, Eclipse into a runnable JAR the program does not work as it should.
What should appear when launched and what appears when launched from Eclipse:
What appears when the program is launched after exporting:
As you can see it does not seem to work as it should and as I've only been doing this for a while now please keep the language simple so I can understand.
EDIT NOTE
I put a few showMessageDialog in a few places to see what would popup and if anything would popup with numbers to know which ones and one popped up from middle of the game class but not the one I put at the top.