SwingPaint Documentation 1.1.2
An easy to use and integrate library to that makes coloring and theming a desktop application simple
|
Public Member Functions | |
ScrollPanePainter (JScrollPane scrollPane) | |
void | setBackgroundColor (Color color) |
void | setBorderColor (Color color, int thickness) |
void | setForegroundColor (Color color) |
void | setHorizontalScrollBarColor (Color thumbColor, Color trackColor) |
void | setVerticalScrollBarColor (Color thumbColor, Color trackColor) |
Public Member Functions inherited from io.github.kdesp73.swingpaint.painters.Painter |
void io.github.kdesp73.swingpaint.painters.ScrollPanePainter.setBackgroundColor | ( | Color | color | ) |
Implements io.github.kdesp73.swingpaint.painters.Painter.
void io.github.kdesp73.swingpaint.painters.ScrollPanePainter.setForegroundColor | ( | Color | color | ) |
Implements io.github.kdesp73.swingpaint.painters.Painter.
void io.github.kdesp73.swingpaint.painters.ScrollPanePainter.setBorderColor | ( | Color | color, |
int | thickness ) |
Implements io.github.kdesp73.swingpaint.painters.Painter.