javax.swing.plaf.metal
public static class MetalBorders.RolloverButtonBorder extends MetalBorders.ButtonBorder
Constructor Summary | |
---|---|
RolloverButtonBorder()
Creates a new border instance. |
Method Summary | |
---|---|
void | paintBorder(Component c, Graphics g, int x, int y, int w, int h)
Paints the border.
|
Parameters: c the component. g the graphics device. x the x-coordinate. y the y-coordinate. w the width. h the height.