I removed a method in JComboBox that is unneeded and unspecified (and
deprecated).

2005-10-12  Roman Kennke  <[EMAIL PROTECTED]>

        * javax/swing/JComboBox.java
        (isFocusTraversable): Removed unneeded and unspecified method.

/Roman
Index: javax/swing/JComboBox.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/JComboBox.java,v
retrieving revision 1.20
diff -u -r1.20 JComboBox.java
--- javax/swing/JComboBox.java	27 Sep 2005 05:55:26 -0000	1.20
+++ javax/swing/JComboBox.java	12 Oct 2005 12:37:26 -0000
@@ -1029,19 +1029,6 @@
   }
 
   /**
-   * This method always returns false to indicate that JComboBox  itself is
-   * not focus traversable.
-   *
-   * @return false to indicate that JComboBox itself is not focus traversable.
-   *
-   * @deprecated
-   */
-  public boolean isFocusTraversable()
-  {
-    return false;
-  }
-
-  /**
    * setKeySelectionManager
    *
    * @param aManager
_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to