> Does anybody know how to catch the event that occurs when you hit the
> restore button on a maximized internal frame?
[quoted text clipped - 3 lines]
>
> Please Help,
jInternalFrame.addPropertyChangeListener("maximum",
maximumPropertyChangeListener);
Read more at:
<http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Container.html#addPropertyChang
eListener(java.beans.PropertyChangeListener)>
and
<http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JInternalFrame.html#setMaxim
um(boolean)>