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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DToolTipManager.java68 private Rectangle popupRect = null; field in class:ToolTipManager
307 if (popupRect == null){
308 popupRect = new Rectangle();
310 popupRect.setBounds(location.x,location.y,
331 int y = getPopupFitHeight(popupRect, insideComponent);
332 int x = getPopupFitWidth(popupRect,insideComponent);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneUI.java951 final Dimension popupRect = popup.getPreferredSize();
952 popup.show(tabPane, leftScrollTabRect.x - popupRect.width, leftScrollTabRect.y + 7);

Completed in 33 milliseconds