I use jar2exe to convert my jar files (several with dependencies) to executable module. Using the jar (main start module) everything works great. But after I convert to exe and run the program using the EXE module, there is one repaint function - for a JPANEL that is not working...everything else does. Why does it WORKS using java jar to run, but doesn't give me the Jpanel screen with my data only, but does NOT WORK after converting to exe?
Did I missing some module? Is something odd about java panels or repaint components?
Hello,
I use jar2exe to convert my jar files (several with dependencies) to executable module. Using the jar (main start module) everything works great. But after I convert to exe and run the program using the EXE module, there is one repaint function - for a JPANEL that is not working...everything else does. Why does it WORKS using java jar to run, but doesn't give me the Jpanel screen with my data only, but does NOT WORK after converting to exe?
Did I missing some module? Is something odd about java panels or repaint components?
I am running V2.1.6.1059 - hope that helps.
Thanks for any assistance on this!!
-Tony