How to call custom JDialog built with Netbeans GUI editor?
- by Raptrex
Yesterday I asked this question: Is this possible to make as an option dialog?
and I learned it could be made with JDialog. I'm using Netbeans GUI editor and made a button that will call my custom JDialog I designed in the GUI editor. The JDialog is called jDialog1. How do I call the jDialog1 with the button?
private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
}