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 setResizable hides the icon on the title bar 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 "setResizable hides the icon on the title bar" Watch "setResizable hides the icon on the title bar" New topic
Author

setResizable hides the icon on the title bar

Alex Ku
Ranch Hand

Joined: Jan 15, 2002
Posts: 47
Hi,
I found out that when you call setResizable(false), it will hide the icon on the title bar, the icon next to the title.
is there a easy way to show it when i still can call setResizable(false)? I know I can can add a listener for resizing, and disable resize that way. But is there a easier way to do that?
(I am using JDialog.)
thanks
Kawaii
[ February 15, 2002: Message edited by: kawaii desu ]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: setResizable hides the icon on the title bar
 
Similar Threads
Setting Title Icon in JDialog
problem while using Dialog.setResizable(true).
title bar icon on a JDialog box
Titile icon for JDialog
How to make JFrame NON-Resizeable?