Interface Painter

All Superinterfaces:
UIResource

public interface Painter extends UIResource
An interface which can be used to paint any area. The main usage of this interface is to allow user to customize certain UI elements by adding it to UIManager.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    paint(JComponent c, Graphics g, Rectangle rect, int orientation, int state)