| Author |
Setting Title Icon in JDialog
|
Shanmugham
Greenhorn
Joined: Jul 24, 2002
Posts: 2
|
|
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
|
 |
Nathan Pruett
Bartender
Joined: Oct 18, 2000
Posts: 4121
|
|
First... "Ciddharthan" - Welcome to the JavaRanch! Please adjust your displayed name to meet the JavaRanch Naming Policy. You can change it here. Now, on to the question... Read this bug report on Sun's site... Non-resizable dialogs aren't supposed to have icons because you can click on the icon to resize the dialog. Thanks! and welcome to the JavaRanch!
|
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
|
 |
Alex Kostin
Greenhorn
Joined: Oct 11, 2012
Posts: 1
|
|
Now it works:
|
 |
 |
|
|
subject: Setting Title Icon in JDialog
|
|
|