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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DBorderedComponent.java280 private Point compLoc = new Point(); field in class:BorderedComponent.LabeledBorder
362 compLoc.y = grooveRect.y + insets.top/2 - (ascent + descent) / 2 - 1;
373 compLoc.x = grooveRect.x + TEXT_INSET_H + insets.left;
376 compLoc.x = (grooveRect.x + grooveRect.width
387 if (grooveRect.y > compLoc.y - ascent) {
395 if (computeIntersection(clipRect, x, y, compLoc.x-1-x, height)) {
403 if (computeIntersection(clipRect, compLoc.x+ labelDim.width +1, y,
404 x+width-(compLoc.x+ labelDim.width +1), height)) {
413 compLoc.x - 1, compLoc
[all...]

Completed in 22 milliseconds