Class PaintablePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PaintablePanel extends JPanel
See Also:
  • Constructor Details

  • Method Details

    • getBackgroundPaint

      public ComponentPaint getBackgroundPaint()
    • setBackgroundPaint

      public void setBackgroundPaint(Paint backgroundPaint)
    • setBackgroundPaint

      public void setBackgroundPaint(ComponentPaint backgroundPaint)
    • paintComponent

      public void paintComponent(Graphics g)
      Overrides:
      paintComponent in class JComponent