private SynthContext getContext(JComponent c, int state) { return SynthContext.getContext( SynthContext.class, c, SynthLookAndFeel.getRegion(c), style, state); }
private SynthContext getContext(JComponent c, int state) { return SynthContext.getContext(c, style, state); }