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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DPopupFactory.java225 return getLightWeightPopup(owner, contents, ownerX, ownerY);
245 private Popup getLightWeightPopup(Component owner, Component contents, method in class:PopupFactory
247 return LightWeightPopup.getLightWeightPopup(owner, contents, ownerX,
649 static Popup getLightWeightPopup(Component owner, Component contents, method in class:PopupFactory.LightWeightPopup

Completed in 47 milliseconds