I have a error when I use:
setUndecorated(true)
for JDialog ( if using for JFrame is no problem):
This error:
Exception in thread "AWT-EventQueue-0" java.awt.IllegalComponentStateException: The dialog is displayable.
+ at java.awt.Dialog.setUndecorated(Unknown Source)+
Please help me
Thanks