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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DPopupFactory.java227 return getMediumWeightPopup(owner, contents, ownerX, ownerY);
254 private Popup getMediumWeightPopup(Component owner, Component contents, method in class:PopupFactory
256 return MediumWeightPopup.getMediumWeightPopup(owner, contents,
266 return getMediumWeightPopup(owner, contents, ownerX, ownerY);
805 static Popup getMediumWeightPopup(Component owner, Component contents, method in class:PopupFactory.MediumWeightPopup

Completed in 32 milliseconds