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

Print this page

        

@@ -365,11 +365,11 @@
      * @deprecated As of Java 2 platform v1.4.
      */
     @Deprecated
     public class MetalComboPopup extends BasicComboPopup {
 
-        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