Modifier and Type | Method and Description |
---|---|
public SynthContext | Returns: SynthContext describing component.Component requesting SynthContext. c)Returns the Context for the specified component. |
public void | paintBorder(SynthContext
a component context context, Graphics Graphics to paint onthe X coordinate x, int the Y coordinate y, int width of the border w, int height of the border h)Paints the border. |
getContext | back to summary |
---|---|
public SynthContext getContext(JComponent c) Returns the Context for the specified component.
|
paintBorder | back to summary |
---|---|
public void paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.
|