Class JPanelGrids

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class JPanelGrids extends JPanel
See Also:
  • Constructor Details

    • JPanelGrids

      public JPanelGrids(List<JComponent> listComponent, int n, int m, int nMax, Color colorBackground, Color colorForeground, int dimMinComponent)
    • JPanelGrids

      public JPanelGrids(List<JComponent> listComponent, int n, int m, Color colorBackground, Color colorForeground)
    • JPanelGrids

      public JPanelGrids(List<JComponent> listComponent, int n, int m)
  • Method Details

    • addComponent

      public void addComponent(JComponent component)
    • getColorBackground

      public Color getColorBackground()
    • getColorForeground

      public Color getColorForeground()