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 | |
InternalFramePainter (JInternalFrame internalFrame) | |
void | setBackgroundColor (Color color) |
void | setBorderColor (Color color, int thickness) |
void | setForegroundColor (Color color) |
void | setTitleBarColor (Color backgroundColor, Color textColor) |
![]() |
void io.github.kdesp73.swingpaint.painters.InternalFramePainter.setBackgroundColor | ( | Color | color | ) |
Implements io.github.kdesp73.swingpaint.painters.Painter.
void io.github.kdesp73.swingpaint.painters.InternalFramePainter.setForegroundColor | ( | Color | color | ) |
Implements io.github.kdesp73.swingpaint.painters.Painter.
void io.github.kdesp73.swingpaint.painters.InternalFramePainter.setBorderColor | ( | Color | color, |
int | thickness ) |
Implements io.github.kdesp73.swingpaint.painters.Painter.