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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DUIManager.java67 * {@code UIManager} manages the current look and feel, the set of
80 * UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
85 * UIManager.setLookAndFeel("javax.swing.plaf.metal.MetalLookAndFeel");
117 * {@code UIManager} manages three sets of {@code UIDefaults}. In order, they
133 * {@code UIManager.getString("Table.foreground")} results in first
140 * For example, {@code UIManager.getDefaults().getString("Table.foreground")}
141 * is equivalent to {@code UIManager.getString("Table.foreground")}. Both
146 * When the look and feel is changed, {@code UIManager} alters only the
148 * altered by the {@code UIManager} i
176 public class UIManager implements Serializable class in inherits:Serializable
[all...]

Completed in 32 milliseconds