aspose file tools
The moose likes Swing / AWT / SWT and the fly likes JDialog Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "JDialog" Watch "JDialog" New topic
Author

JDialog

Ajit B
Greenhorn

Joined: Jul 24, 2001
Posts: 28
can i add icon to the titlebar of JDialog? if yes how to add it.
thx in advance..........Ajit B
Manfred Leonhardt
Ranch Hand

Joined: Jan 09, 2001
Posts: 1492
Hi Ajit,
No, not directly from Java. Since the JDialog look and feel is controlled by the native window system (based on Window, which is still heavyweight component), you can't add anything using java.
You could however, use JNI and add something ...
Regards,
Manfred.
 
jQuery in Action, 2nd edition
 
subject: JDialog
 
Similar Threads
Regarding JDialog
Want to show **** in input dialog.
about "pop up center"
Is there any heavy weight component in Swings ?
Poping up a JPanel in JApplet