Class JPanelClip.DrawingPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Enclosing class:
JPanelClip

class JPanelClip.DrawingPanel extends JPanel
Wrapper in order to hold the control panel layout in the JScrollPane.
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Use serialVersionUID for interoperability.
      See Also:
  • Constructor Details

    • DrawingPanel

      DrawingPanel()
  • Method Details

    • paintComponent

      protected void paintComponent(Graphics g)
      Wrapper to repaint the panel.
      Overrides:
      paintComponent in class JComponent
      Parameters:
      g - graphics reference.