I want to have a JDialog that have a Jtable and two Buttons, then from an applet I want to call this JDialog,and how to implement the close button to quit JDialog/
would you like please help me.
Regards
Printable View
I want to have a JDialog that have a Jtable and two Buttons, then from an applet I want to call this JDialog,and how to implement the close button to quit JDialog/
would you like please help me.
Regards
I'm not sure your question.
Do u mean that the dialog contains 2 buttons?
one is quite button.
When user press it, u want to quit the dialog...
If so.....
JDialog dialog = new JDialog(...........)
dialog.dispose() //close the dialog