How do I call a JDialog made in one class from another class?

Posted by Raptrex on Stack Overflow See other posts from Stack Overflow or by Raptrex
Published on 2010-05-16T02:43:09Z Indexed on 2010/05/16 2:50 UTC
Read the original article Hit count: 222

Filed under:
|

I have a class called recurring which has my JDialog that I made with the GUI editor in Netbeans. My second class is calendar, which has a button that I want to call the JDialog from the recurring class. How would I do this?

© Stack Overflow or respective owner

Related posts about java

Related posts about jdialog