100101102103104105106107108109110
* @param id ID of the Component */ public synchronized SynthStyle getStyle(JComponent c, Region id) { BakedArrayList matches = _tmpList; matches.clear(); getMatchingStyles(matches, c, id); if (matches.size() == 0) { return getDefaultStyle(); }
8384858687888990919293