New To Java - Using tabs and the like.
The information on the Sun website wasn't too helpful when dealing with a tabbed pane. Maybe I can get the solution I want here.
First of all, how would you deal with making use of the JTabbedPane class and the tabs you want to use in them? In short, how do you make each tab do its function on click? Second, what is the best method of changing the objects within the GUi frame using the tabs?
Using a GUI builder(either NetBeans, Eclipse's own, or Jigloo), I assumed the best action was to construct panels before hand in seperate classes, and have the individually created panels imported and called within the frame on initialization or on the click of a tab. As much as I'd like to think that is it, there could be an easier way I don't know of. Or I could be taking the wrong approach altogether.

