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

Print this page

        

*** 365,375 **** * @deprecated As of Java 2 platform v1.4. */ @Deprecated public class MetalComboPopup extends BasicComboPopup { ! public MetalComboPopup( JComboBox cBox) { super( cBox ); } // This method was overloaded and made public. This was probably // mistake in the implementation. The functionality that they used to --- 365,375 ---- * @deprecated As of Java 2 platform v1.4. */ @Deprecated public class MetalComboPopup extends BasicComboPopup { ! 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