Posted By:
George_Tzallas
Posted On:
Friday, December 21, 2001 02:11 AM
I am afraid you cannot do that directly. You will have to create
your own class that extends
JTabbedPane and add this
support. But have you considered using a
ChangeListener (using
add/removeChangeListener (ChangListener l)),
it might help you achieve what you want and save you the
trouble.
Kind regards
George T.