classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: removed isManagingFocus() from javax.swing.JEditorPane


From: Roman Kennke
Subject: [cp-patches] FYI: removed isManagingFocus() from javax.swing.JEditorPane
Date: Wed, 18 May 2005 17:28:23 +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/JEditorPane.java
       (isManagingFocus): 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/JEditorPane.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/JEditorPane.java,v
retrieving revision 1.16
diff -u -r1.16 JEditorPane.java
--- javax/swing/JEditorPane.java        25 Jan 2005 07:07:25 -0000      1.16
+++ javax/swing/JEditorPane.java        18 May 2005 15:27:07 -0000
@@ -61,7 +61,6 @@
   private EditorKit editorKit;
   
   boolean focus_root;
-  boolean manages_focus;
 
   public JEditorPane()
   {
@@ -177,11 +176,6 @@
     return focus_root;
   }
 
-  public boolean isManagingFocus()
-  {
-    return manages_focus;
-  }
-
   protected String paramString()
   {
     return "JEditorPane";

reply via email to

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