I have 3 separate GUIs that perform independent functions:
- ConverterGUI
- TransformerGUI
- GenerationGUI
How can I combine them together in such a way that they would look like tabs?
I have 3 separate GUIs that perform independent functions:
How can I combine them together in such a way that they would look like tabs?
Use a JTabbedPane
See How to Use Tabbed Panes for details.