Class PaintSample

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable

public class PaintSample extends JComponent
A panel that displays a paint sample.
See Also:
  • Constructor Details

    • PaintSample

      public PaintSample(Paint paint)
      Standard constructor - builds a paint sample.
      Parameters:
      paint - the paint to display.
  • Method Details