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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DPopupFactory.java268 return HeavyWeightPopup.getHeavyWeightPopup(owner, contents, ownerX,
293 private static class HeavyWeightPopup extends Popup { class in class:PopupFactory
305 HeavyWeightPopup popup = null;
336 popup = new HeavyWeightPopup();
355 * there is no <code>HeavyWeightPopup</code> associated with
358 private static HeavyWeightPopup getRecycledHeavyWeightPopup(Window w) {
359 synchronized (HeavyWeightPopup.class) {
360 List<HeavyWeightPopup> cache;
361 Map<Window, List<HeavyWeightPopup>> heavyPopupCache = getHeavyWeightPopupCache();
369 HeavyWeightPopup
[all...]

Completed in 29 milliseconds