classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Removed isFocusTraversable() from javax.swing.JSeparat


From: Roman Kennke
Subject: [cp-patches] FYI: Removed isFocusTraversable() from javax.swing.JSeparator
Date: Wed, 18 May 2005 17:24:03 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021204

2005-05-18  Roman Kennke  <address@hidden>

       * javax/swing/JSeparator.java
       (isFocusTraversable): According to Suns API documentation this
       method is not implemented in this class. Also the
       implementation did not add any value. Removed.

/Roman

Index: javax/swing/JSeparator.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/JSeparator.java,v
retrieving revision 1.6
diff -u -r1.6 JSeparator.java
--- javax/swing/JSeparator.java 26 Jun 2004 16:07:01 -0000      1.6
+++ javax/swing/JSeparator.java 18 May 2005 15:22:35 -0000
@@ -183,17 +183,6 @@
   }
 
   /**
-   * This method overrides the isFocusTraversable method from
-   * Component to false. JSeparator cannot be focused on.
-   *
-   * @return boolean False.
-   */
-  public boolean isFocusTraversable()
-  {
-    return false;
-  }
-
-  /**
    * getAccessibleContext
    *
    * @return AccessibleContext

reply via email to

[Prev in Thread] Current Thread [Next in Thread]