Re: JTabbedPane selection changes



Karsten Wutzke wrote:

I couldn't find what would be the was to go to detect changes in a
JTabbedPane's selection...?

Register a listener with its model, a SingleSelectionModel.
See JTabbedPane#getModel().

-Karsten
.