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

/openjdk7/jdk/test/javax/swing/JComboBox/6632953/
H A Dbug6632953.java26 * @summary MetalComboBoxUI.getBaseline(JComponent, int, int) throws IAE for valid width/height
31 import javax.swing.plaf.metal.MetalComboBoxUI;
36 MetalComboBoxUI ui = new MetalComboBoxUI();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalComboBoxUI.java54 public class MetalComboBoxUI extends BasicComboBoxUI { class in inherits:BasicComboBoxUI
57 return new MetalComboBoxUI();
203 * Instantiate it only within subclasses of {@code MetalComboBoxUI}.
247 * Instantiate it only within subclasses of {@code MetalComboBoxUI}.
358 * Instantiate it only within subclasses of {@code MetalComboBoxUI}.

Completed in 84 milliseconds