Searched defs:prefViewRect (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java208 private static Rectangle prefViewRect = new Rectangle(); field in class:BasicRadioButtonUI
233 prefViewRect.x = prefViewRect.y = 0;
234 prefViewRect.width = Short.MAX_VALUE;
235 prefViewRect.height = Short.MAX_VALUE;
243 prefViewRect, prefIconRect, prefTextRect,

Completed in 29 milliseconds