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
posted
0
I think you would add a ChangeListener. What are you trying to do?
Lakshmi Anantharaman
Ranch Hand
Joined: Aug 01, 2001
Posts: 58
posted
0
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?