Add data to the old tab of JTabbedpane in java for it to work

21 views Asked by At

I am developing an application that needs to use JTabbedpane, when I add a new tab and I want to add data to the Jtable in the old tab, it does not show the newly added data, but when I select the newly created tab and add it, it still display the newly added data. Does anyone know a way so that when I select the old tab and add data it works fine

I can select random tab to add data to jatable and it shows the newly added data

0

There are 0 answers