aspose file tools
The moose likes Swing / AWT / SWT and the fly likes How to Auto Minimize a JFrame Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "How to Auto Minimize a JFrame" Watch "How to Auto Minimize a JFrame" New topic
Author

How to Auto Minimize a JFrame

merwin pinto
Ranch Hand

Joined: Feb 16, 2005
Posts: 39
Hi,
Is it possible to minimize a JFrame to the status-bar through the code??
regards
Merwin
nick adams
Greenhorn

Joined: Aug 01, 2005
Posts: 5
I'm a little confused by the post. You can specify a size for your frame at creation if you like.

You can also MAXIMIZE your frame at any time.

Are you asking how iconify your application?
merwin pinto
Ranch Hand

Joined: Feb 16, 2005
Posts: 39
Hi Nick,
Thanks for the reply....Yes I want to know how to iconify my application
once it visible. Is there any method to Iconify the Frame once it is visible?
 
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: How to Auto Minimize a JFrame
 
Similar Threads
Customize JFrame
JFrame disable minimize button (jdk1.3)
disabling minimize icon in JFrame
GUI KeyEvent
how to disable minimize option in JFrame