JDialog Resize 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.

[391 byte] By [Rajesh123a] at [2007-11-26 12:41:15]
# 1
I already told you this is the default behavour and can't be changed.
camickra at 2007-7-7 16:13:59 > top of Java-index,Desktop,Core GUI APIs...
# 2
Could you extend the UI implementation to knock out the resizing mouse adapter? Then you have a nominally resizable dialog which simply has no means of actually being resized. Ugly hack, but should work.
itchyscratchya at 2007-7-7 16:13:59 > top of Java-index,Desktop,Core GUI APIs...