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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java210 private static Rectangle prefTextRect = new Rectangle(); field in class:BasicRadioButtonUI
237 prefTextRect.x = prefTextRect.y = prefTextRect.width = prefTextRect.height = 0;
243 prefViewRect, prefIconRect, prefTextRect,
247 int x1 = Math.min(prefIconRect.x, prefTextRect.x);
249 prefTextRect.x + prefTextRect.width);
250 int y1 = Math.min(prefIconRect.y, prefTextRect
[all...]

Completed in 30 milliseconds