CVSROOT: /cvsroot/classpath
Module name: classpath
Changes by: Roman Kennke <rabbit78> 06/06/06 09:39:09
Modified files:
javax/swing/plaf/basic: BasicTableUI.java
. : ChangeLog
Log message:
2006-06-06 Roman Kennke <[EMAIL PROTECTED]>
* javax/swing/plaf/basic/BasicTableUI.java
(getMaximumSize): Don't return null. Fixed calculation of
table height.
(getMinimumSize): Don't return null. Fixed calculation of
table height.
(getPreferredSize): Fixed calculation of with and height. Added
API docs.
(getHeight): New helper method.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTableUI.java?cvsroot=classpath&r1=1.52&r2=1.53
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7665&r2=1.7666
Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/classpath/classpath/ChangeLog,v
retrieving revision 1.7665
retrieving revision 1.7666
diff -u -b -r1.7665 -r1.7666
--- ChangeLog 6 Jun 2006 09:19:57 -0000 1.7665
+++ ChangeLog 6 Jun 2006 09:39:08 -0000 1.7666
@@ -1,3 +1,14 @@
+2006-06-06 Roman Kennke <[EMAIL PROTECTED]>
+
+ * javax/swing/plaf/basic/BasicTableUI.java
+ (getMaximumSize): Don't return null. Fixed calculation of
+ table height.
+ (getMinimumSize): Don't return null. Fixed calculation of
+ table height.
+ (getPreferredSize): Fixed calculation of with and height. Added
+ API docs.
+ (getHeight): New helper method.
+
2006-06-06 David Gilbert <[EMAIL PROTECTED]>
* javax/swing/JComponent.java