Hello
I am trying to figure what kind of code that would be needed to add a JTabbedPane to an JInternalFrame.
I have 7 tabs added now (as many as I need) they are added by simply adding(hard coded) the "text name" to an array and every time the program starts the same tabs load fine.
also I have a JMenu on the JInternalframe. it's action is in question.
If I use the JMenu to add an additonal JTabbedPane. What would this code need to do. (repaint(),serialize? I'm not sure how this would work.