JVM not allowing a jDialog to pop up?
843805May 10 2006 — edited May 10 2006I wrote a date picker class that extends JDialog using Eclipse: VE. everything works fine in eclipse when I run the code, but when I export the project to a .jar file the date picker will not pop up. I assume this is a safety feature of the JVM not popping up an extension of JDialog. Has anyone heard of this happening or know how to get around it.