Removing JDialog Close[X] button,
843806Aug 12 2009 — edited Nov 10 2009Hi,
Can i remove the JDialog close[X] button.
For JFrame we can remove the whole title bar, is removed by setUndecorated(true). like that i dont want to remove the whoe titlebar, only the close[X] button of the JDialog i want to remove.
If any one knows, please let me know.