Class CardPanel

    • Constructor Detail

      • CardPanel

        public CardPanel()
        Default constructor.
      • CardPanel

        protected CardPanel​(CardLayout layout)
        Layout constructor.
        Parameters:
        layout - The layout definition for the container.
        Throws:
        java.lang.NullPointerException - if the layout is null.