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

Print this page

        

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