tim Hi,
I want to include my JPanel in my JFrame.
The panel is set up and defined in a class called Contents which extends JPanel.
I have decared a class called Container which extends JFrame.
How can I get the JPanel into the JFrame while maintaining
these two classes ? |