Results 1 to 3 of 3
Thread: Event for minimize?
- 02-07-2012, 09:35 PM #1
Event for minimize?
Is there an action listener for JFrame's minimize button? I was positive there was one at the WindowAdapter class, but looking at it, I could not find anything.
I want to add a system tray which is why I need an action listener for it.
http://docs.oracle.com/javase/1.4.2/...owAdapter.htmlLast edited by Pojahn_M; 02-07-2012 at 09:50 PM.
- 02-07-2012, 10:03 PM #2
Re: Event for minimize?
Look at window listener. Create a window listener and have each of the methods print out when it is called.Is there an action listener for JFrame's minimize button
- 02-07-2012, 10:26 PM #3
Re: Event for minimize?
Please don't post links to the API for old, EOL versions of Java. Bookmark these:
Java Platform SE 6
Java Platform SE 7
dbWhy do they call it rush hour when nothing moves? - Robin Williams
Similar Threads
-
How to catch the "minimize" event from JInternalFrame?
By beskid in forum AWT / SwingReplies: 4Last Post: 10-07-2011, 08:33 AM -
jsf- minimize dialog box error
By kalambekar in forum Advanced JavaReplies: 0Last Post: 09-28-2011, 05:03 PM -
run() only works after minimize and maximize...
By Josep_16 in forum Java AppletsReplies: 5Last Post: 08-10-2011, 09:04 AM -
Minimize and maximize GUI
By dejos456 in forum New To JavaReplies: 6Last Post: 12-09-2009, 09:49 PM -
how to minimize the code.
By arunkumarinfo in forum New To JavaReplies: 6Last Post: 02-01-2009, 04:35 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks