List of usage examples for javax.swing Painter interface-usage
From source file ejemplo.grafica.java
class MyPainter implements Painter<JProgressBar> { private final Color color; public MyPainter(Color c1) { this.color = c1;