I've finished a program (Mediaplayer) and now I'd like to export stuff. This goes without any problems, but the exported, runnable .jar file, is much bigger than the debugging version in eclipse!?
So the JFrame is bigger, the JButtons, the JSliders, the JTextfields, everything is bigger :( and it now looks quite shit...
Is there mabey any setting I must activate or do I have to test the exported version always?
Hope you can help me.
PS: There is no maven implemented in this project