Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JVM not allowing a jDialog to pop up?

843805May 10 2006 — edited May 10 2006
I 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 7 2006
Added on May 10 2006
1 comment
45 views