gtcc2009@yahoo.com wrote in news:1138010288.557994.88760
@z14g2000cwz.googlegroups.com:
> Hello, I have a problem with the JTabbedPane in which the
> PropertyChanged event is only fired if the selected tab is different
[quoted text clipped - 5 lines]
>
> Dor
I can't think of any way that would not involve MouseClicked. You could
have a look at the JTabbedPane source and see when and how fireStateChanged
is called in responce to clicking a tab. Then override that method, or
just add your code to fire a ChangeEvent even when the tab isn't changed.
Alternatively, maybe you could add a "refresh" button to the tab's content,
which would be a lot easier to do - but fills up your UI.