187188189190191192193194
/** * Creates a new <code>BasicComboBoxUI</code> object. */ public BasicComboBoxUI() { currentValuePane = new CellRendererPane(); cachedMinimumSize = new Dimension(); }