aspose file tools
The moose likes Swing / AWT / SWT and the fly likes How to detect when a JInternalFrame becomes visible ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "How to detect when a JInternalFrame becomes visible ?" Watch "How to detect when a JInternalFrame becomes visible ?" New topic
Author

How to detect when a JInternalFrame becomes visible ?

Claude Moore
Ranch Hand

Joined: Jun 24, 2005
Posts: 151
Hi guys,

I'd like to know if there's a way to detect when a JInternalFrame becomes visibile, i.e it's displayed on a JDesktop. I was thinking about some specific Listener but no luck in searching for it.
Any hint ?

Regards.
Michael Dunn
Ranch Hand

Joined: Jun 09, 2003
Posts: 4632
ComponentListener for visible
InternalFrameListener for Active/Iconified etc
Claude Moore
Ranch Hand

Joined: Jun 24, 2005
Posts: 151
Thanks, man. I'll try it immediately.

Regards.
 
jQuery in Action, 2nd edition
 
subject: How to detect when a JInternalFrame becomes visible ?
 
Similar Threads
JInternalFrame with glass pane
JList Selection & Main Execution Thread
Detecting JInternalFrame movement
JInternalFrame is making me go crazy
JTable Component Event