Frame Resizing problem

Hello!!!!!pls any one can solve my problem ..i had created a Jdilog & on it i put a one IMAGEICON at titlebar..but when i make it's resizable property false: {dialog.setResizable(false)}

then that icon is not visible on dilog, unnecessaraly i have to keep the resizable property of Jdilog as TRUE so any one can help me to solve my problem....wating for reply it's urgent.

[392 byte] By [Rajesh123a] at [2007-11-26 12:41:08]
# 1

Swing related questions should be posted in the Swing forum.

> but when i make it's resizable property false, then that icon is not visible on dilog

Thats the way it works. Open up a dialog in Explorer and you will see the same behaviour.

You could try using:

JDialog.setDefaultLookAndFeelDecorated(true);

camickra at 2007-7-7 16:13:41 > top of Java-index,Java Essentials,Java Programming...
# 2
hay thanks but still it is not working.......
Rajesh123a at 2007-7-7 16:13:41 > top of Java-index,Java Essentials,Java Programming...