/** {@inheritDoc} */ @Override public void paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h) { context.getPainter().paintEditorPaneBorder(context, g, x, y, w, h); }
public void paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h) { context.getPainter().paintPasswordFieldBorder(context, g, x, y, w, h); }
void paintBackground(SynthContext context, Graphics g, JComponent c) { context.getPainter().paintEditorPaneBackground(context, g, 0, 0, c.getWidth(), c.getHeight()); }
void paintBackground(SynthContext context, Graphics g, JComponent c) { context .getPainter() .paintPasswordFieldBackground(context, g, 0, 0, c.getWidth(), c.getHeight()); }