src/share/classes/javax/swing/plaf/synth/SynthComboPopup.java

Print this page

        

*** 36,46 **** * * @author Scott Violet */ @SuppressWarnings("serial") // Superclass is not serializable across versions class SynthComboPopup extends BasicComboPopup { ! public SynthComboPopup( JComboBox combo ) { super(combo); } /** * Configures the list which is used to hold the combo box items in the --- 36,46 ---- * * @author Scott Violet */ @SuppressWarnings("serial") // Superclass is not serializable across versions class SynthComboPopup extends BasicComboPopup { ! public SynthComboPopup( JComboBox<Object> combo ) { super(combo); } /** * Configures the list which is used to hold the combo box items in the