Change in one Tab Is Getting reflected in other tabs
Posted:
Wed Apr 26, 2017 8:05 am
by jsavoretti
Have Created an Tabbed JPanel, and each Panel is having same kind of data. So whenever i change some thing in one tab all the other tabs also gets changed.
Re: Change in one Tab Is Getting reflected in other tabs
Posted:
Wed Apr 26, 2017 8:18 am
by JIDE Support
I already replied you in the other post.
All tabs must refer to the same table model. Please check your code and create a new table model for each tab.