java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.plaf.basic.BasicBorders.ButtonBorder
javax.swing.plaf.basic.BasicBorders.RolloverButtonBorder
- All Implemented Interfaces:
- Serializable, Border, UIResource
- Enclosing class:
- BasicBorders
- See Also:
- Source Code
public BasicBorders.RolloverButtonBorder(Color shadow,
Color darkShadow,
Color highlight,
Color lightHighlight)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void paintBorder(Component c,
Graphics g,
int x,
int y,
int w,
int h)
- See Also:
- BasicBorders.ButtonBorder, Border
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples