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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifLabelUI.java49 private static final Object MOTIF_LABEL_UI_KEY = new Object(); field in class:MotifLabelUI
54 (MotifLabelUI) appContext.get(MOTIF_LABEL_UI_KEY);
57 appContext.put(MOTIF_LABEL_UI_KEY, motifLabelUI);

Completed in 37 milliseconds