Interface powersoft.jcm.ui.GroupBoxPainter
All Packages Class Hierarchy This Package Previous Next Index
Interface powersoft.jcm.ui.GroupBoxPainter
- public interface GroupBoxPainter
- extends Object
-
paint(Component, Graphics, int, int, int, int, String)
- Paints the group box within the given bounds with the given text.
paint
public abstract void paint(Component comp,
Graphics g,
int x,
int y,
int width,
int height,
String text)
- Paints the group box within the given bounds with the given text.
All Packages Class Hierarchy This Package Previous Next Index