Displaying a JFrame as a Dialog
Hi Friends,
I need to change the Frame window of the JFrame as a JDialog.
I didn't need the minimize and maximize buttons in the JFrame. I cant use JDialog for my application. I used the method
JFrame.getRootPane().setWindowDecorationStyle(JRootPane.PLAIN_DIALOG);
to change the format of the Frame. But this method didn't support some LookAndFeel and im using axertowindowslookandfeel.
Can anyone help me?
Thanks

