Posted By:
Kannan_Subramanian1
Posted On:
Saturday, December 29, 2001 12:20 AM
hi all
I want to popup a window on click of a button. I could do this with the following command
JOptionPane.showMessageDialog(null,displayMsg,"save status",JOptionPane.ERROR_MESSAGE);
But it is showing JApplet Window on the bottom of the pop up. I dont want that.
How to remove that . Please help me.
Thanks in advance