aspose file tools
The moose likes Swing / AWT / SWT / JFace and the fly likes Events for JTabbedPane Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT / JFace
Reply Bookmark "Events for JTabbedPane " Watch "Events for JTabbedPane " New topic
Author

Events for JTabbedPane

Lakshmi Anantharaman
Ranch Hand

Joined: Aug 01, 2001
Posts: 58
What are the events fired when I choose different tabs in a JTabbedPane . What are the listenser I am supposed to use ?

Thank you
Lakshmi
Matt Hansen
Ranch Hand

Joined: Jul 31, 2001
Posts: 34
I think you would add a ChangeListener. What are you trying to do?
Lakshmi Anantharaman
Ranch Hand

Joined: Aug 01, 2001
Posts: 58
Thank you for your reply . Yes yo are right ,infact I did add the changeListner and provided implementation for the method
public void stateChanged(ChangeEvent ce){

Lakshmi
Originally posted by Matt Hansen:
I think you would add a ChangeListener. What are you trying to do?

 
 
subject: Events for JTabbedPane
 
Threads others viewed
custom event for components
Populate the 'current' JTextField via a button/label
JTabbedPane
JTabbedPane Problem
what will happen while adding already existing panel in JTabbedPane?
developer file tools