posted 15 years ago
Hi
I making a GUI application, that uses JTabbedPane.
Each of the tab panes need to contain the same Jlabels.
I will add textboxes with specific information, once the Tab GUI's are completed.
I created button objects, they seem to appear correctly on the tab panes.
But the labels seem to not appear, on the other tab panes.
I am having problems in that the labels display on the last tab created, and not on the others.
I have included my code below.
Can anyone help ?