i have a JTabbedPane with several tabs, each of them is a class that extends JPanel, and contains a layout (textfields and labels for example). i been trying to reach the data from various tabs, but i cant figure out how to do it. my goal is to 'reach' the data from all the tabs and process it in the 'main' tab.
is there a way to do so?