Question about internal 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,
 
H

hiwa

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,
addInternalFrameListener()
 
N

Nick

hiwa said:
addInternalFrameListener()
thanks for your answer,but the "InternalFrameListener" only include the
following methods, so i dont know how to catch the action of internal
frame statae change

void internalFrameActivated(InternalFrameEvent e)
Invoked when an internal frame is activated.

void internalFrameClosed(InternalFrameEvent e)
Invoked when an internal frame has been closed.

void internalFrameClosing(InternalFrameEvent e)
Invoked when an internal frame is in the process of being
closed.

void internalFrameDeactivated(InternalFrameEvent e)
Invoked when an internal frame is de-activated.

void internalFrameDeiconified(InternalFrameEvent e)
Invoked when an internal frame is de-iconified.

void internalFrameIconified(InternalFrameEvent e)
Invoked when an internal frame is iconified.

void internalFrameOpened(InternalFrameEvent e)
Invoked when a internal frame has been opened.
 

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

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,050
Latest member
AngelS122

Latest Threads

Top