|
How to get rid of minimize and close icon on a jdialog?
I have a dialog that pops up off one of my screens and I want it to close programmatically, meaning , I want the users to click the submit or cancel button, not the X at the upper right hand side of the screen. I also do not want them to minimize it and then not be able to find it later. How can I get rid of these ? It is a jDialog.
thx.
|