Action Event handling when using JTabbedPanes
Hello,
I'm running into a slight, wouldn't say issue, but rather a lack of foresight when using JTabbedPanes.
I have created a JTabbedPane with two separate panels. Both are customized extentions of JPanel. In essence, pane 1 is reading data from a file and populating a series of fields, comboboxs, etc. Pane 2 is just a visual representation of the same data in tree format.
The issue comes into play when I update the data in the first pane. Is there some sort of event I can trigger in order to tell the second pane to update?
Thanks in advance for any help.

