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

[469 byte] By [krishrub19a] at [2007-11-26 17:36:59]
# 1
Cross post http://forum.java.sun.com/thread.jspa?messageID=9484121
Nibura at 2007-7-9 0:05:07 > top of Java-index,Desktop,Core GUI APIs...
# 2
See my reply here: http://forum.java.sun.com/thread.jspa?threadID=5120760&messageID=9422108
Rodney_McKaya at 2007-7-9 0:05:07 > top of Java-index,Desktop,Core GUI APIs...