Switch between JPanels of different classes
问题 How do I switch between JPanels of different classes? I do not wish to use a Card Layout. I have 2 classes - MainPage & MenuPage . For instance, I would like to clear the contentPane (a JPanel ) @ MainPage and replace it with the content pane @ MenuPage . For testing purposes, I included a button @ MenuPage . Please see my following attempt - it gives an error: java.lang.IllegalArgumentException: adding a window to a container MainPage public class MainPage extends JFrame { private static