classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: Added API docs for method in javax.swing.ScrollPaneLay


From: Roman Kennke
Subject: [cp-patches] FYI: Added API docs for method in javax.swing.ScrollPaneLayout
Date: Fri, 13 May 2005 14:07:50 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021204

Hi,

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

       * javax/swing/ScrollPaneLayout.java
       (getViewportBorderBounds): Documented methods.

/Roman

Index: javax/swing/ScrollPaneLayout.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/ScrollPaneLayout.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- javax/swing/ScrollPaneLayout.java   27 Dec 2004 11:24:47 -0000      1.12
+++ javax/swing/ScrollPaneLayout.java   13 May 2005 12:06:17 -0000      1.13
@@ -467,6 +467,15 @@
       }
   }
 
+  /**
+   * Returns the bounds of the border around a ScrollPane's viewport.
+   *
+   * @param scrollPane the ScrollPane for which's viewport the border
+   *     is requested
+   *
+   * @deprecated As of Swing 1.1 replaced by
+   *     address@hidden javax.swing.JScrollPane#getViewportBorderBounds}.
+   */
   public Rectangle getViewportBorderBounds(JScrollPane scrollPane) {
     return null;
   }

reply via email to

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