Is there any way I can make my CenterPanel have a set of tabbed panels inside of it? Even though I want to add it to my IntroPanel.java's BorderLayout.CENTER?
Exception in thread "main" java.lang.IllegalArgumentException: adding a window t
o a container
at java.awt.Container.checkNotAWindow(Container.java:483)
at java.awt.Container.addImpl(Container.java:1084)
at java.awt.Container.add(Container.java:966)
at IntroPanel.<init>(IntroPanel.java:44)
at PizzaLab.main(PizzaLab.java:25)
Press any key to continue . . .
I believe my CenterPanel.java code is messed up... I am trying to add tabs to my other pages, PizzaPanel and DrinksPanel.
Here is my CenteraPanel.java code..
(Code commented off , not using it, just there playing with it... trying to figure it out)