src/share/classes/javax/swing/plaf/metal/MetalComboBoxUI.java

Print this page

        

@@ -389,11 +389,11 @@
         /**
          * Constructs a new instance of {@code MetalComboPopup}.
          *
          * @param cBox an instance of {@code JComboBox}
          */
-        public MetalComboPopup( JComboBox cBox) {
+        public MetalComboPopup( JComboBox<Object> cBox) {
             super( cBox );
         }
 
         // This method was overloaded and made public. This was probably
         // mistake in the implementation. The functionality that they used to