File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT / JFace and the fly likes JDialog Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT / JFace
Reply Bookmark "JDialog" Watch "JDialog" New topic
Author

JDialog

selvas kumars
Ranch Hand

Joined: Jan 06, 2001
Posts: 115
Hi folks,
is it possible to have a icon at the left corner of the window, because no such method in Jdialog is provided to place the icon.
Thanks,
silva.
Manfred Leonhardt
Ranch Hand

Joined: Jan 09, 2001
Posts: 1492
Hi Selvas,
Yes, all dialogs inherit the icon from the specified parent. Change the parent icon before launching the dialog and the dialog icon is altered also.
Regards,
Manfred.
 
IntelliJ Java IDE
 
subject: JDialog
 
Threads others viewed
how to set icon on the non resizable jdialog
JDialog icon
Regarding JDialog
How To Change the Title Icon of JoptionPane/dialog
setting the frame icon to JDialog windows
IntelliJ Java IDE