Class JSPanel

    • Constructor Detail

      • JSPanel

        public JSPanel()
        Creates the object
    • Method Detail

      • setLayout

        public void setLayout​(LayoutManager layoutManager)
        Clone of javax.swing.JPanel.setLayout
        Parameters:
        layoutManager - The layout manager
      • getLayout

        public LayoutManager getLayout()
        Clone of javax.swing.JPanel.getLayout
        Returns:
        The layout manager
      • add

        public void add​(JSComponent component,
                        java.lang.Object constraints)
        Clone of javax.swing.JPanel.add
        Parameters:
        component - The component
        constraints - The constraints