This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Swing / AWT / SWT and the fly likes Titile icon for 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 "Titile icon for JDialog" Watch "Titile icon for JDialog" New topic
Author

Titile icon for JDialog

Sunitha M
Greenhorn

Joined: Sep 12, 2005
Posts: 2
I have JDaialog with parent as JFrame. If I set the resizable property of JDailog to false ( by setResizable(false); ) then JDialog is not getting the title Icon of the Parent . how to get the title Icon to JDialog and make it non-resizable? Please I need th eanswer immediately
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

Please I need th eanswer immediately.

For starters I would take a look at this. And then you might consider editing your post.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Titile icon for JDialog
 
Similar Threads
Setting Title Icon in JDialog
problem while using Dialog.setResizable(true).
setting the frame icon to JDialog windows
Icon for the title frame of the JDialog
Icon on JDialog with resize false