About Inter frame

N

Nick

Does anybody know how to catch the event that occurs when you hit the
restore button on a maximized internal frame?

You can catch it in a window with the windowlistener and the
windowStateChanged but I can't find an equivalent for the internal frame

Please Help,
 
D

Daniel Pitts

Nick said:
Does anybody know how to catch the event that occurs when you hit the
restore button on a maximized internal frame?

You can catch it in a window with the windowlistener and the
windowStateChanged but I can't find an equivalent for the internal frame

Please Help,

jInternalFrame.addPropertyChangeListener("maximum",
maximumPropertyChangeListener);

Read more at:
<http://java.sun.com/j2se/1.5.0/docs...geListener(java.beans.PropertyChangeListener)>
and
<http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JInternalFrame.html#setMaximum(boolean)>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,270
Messages
2,571,102
Members
48,773
Latest member
Kaybee

Latest Threads

Top