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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthProgressBarUI.java49 private boolean paintOutsideClip; field in class:SynthProgressBarUI
97 paintOutsideClip = style.getBoolean(context,
98 "ProgressBar.paintOutsideClip", false);
184 if (paintOutsideClip) {

Completed in 52 milliseconds