src/share/classes/javax/swing/plaf/basic/ComboPopup.java

Print this page

        

@@ -68,11 +68,11 @@
     /**
      * Returns the list that is being used to draw the items in the combo box.
      * This method is highly implementation specific and should not be used
      * for general list manipulation.
      */
-    public JList getList();
+    public JList<Object> getList();
 
     /**
      * Returns a mouse listener that will be added to the combo box or null.
      * If this method returns null then it will not be added to the combo box.
      *