Searched refs:getSynthIcon (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthButtonUI.java374 icon = getSynthIcon(b, state);
385 private Icon getSynthIcon(AbstractButton b, int synthConstant) { method in class:SynthButtonUI
391 defaultIcon = getSynthIcon(b, SynthConstants.ENABLED);

Completed in 1141 milliseconds