For that type of setup, I usually start off with making each Tab its own class that might setup a JPanel. Then from a main class, I set up the JTabbedPane and create an instance of each tab, then add...