Click to See Complete Forum and Search --> : JDialog from applet, please help


majid
February 21st, 2000, 01:00 PM
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

Proverbs9_10
February 21st, 2000, 11:40 PM
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