Hi,
I have a problem with JDialog.
Well, I have a JDialog object whose resizable property is set to false i.e by setResizable (false). In this case, it does not display an icon in its Title bar. When its resizable property is set to true by using setResizable( true ), it shows
Java Icon there. What i need is, i should have a JDialog object with its resizable property set to false (by setResizable( false )) and have a java icon its Title bar.
Could you help me in this?
Thanks in Advance,
Ciddharthan