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.html

