[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug swing/23204] JTable should compact columns to avoid horizontal scro
From: |
cvs-commit at developer dot classpath dot org |
Subject: |
[Bug swing/23204] JTable should compact columns to avoid horizontal scrolling |
Date: |
1 Sep 2005 18:21:29 -0000 |
------- Additional Comments From cvs-commit at developer dot classpath dot org
2005-09-01 18:21 -------
Subject: Bug 23204
CVSROOT: /cvsroot/classpath
Module name: classpath
Branch:
Changes by: Anthony Balkissoon <address@hidden> 05/09/01 17:31:58
Modified files:
. : ChangeLog
javax/swing : ViewportLayout.java
Log message:
2005-09-01 Anthony Balkissoon <address@hidden>
Fixes bug #23204
* javax/swing/ViewportLayout.java:
(preferredLayoutSize): If the view is scrollable, call its
getPreferredScrollableViewportSize method.
(layoutContainer): If the view is scrollable, check its
getScrollableTracksViewportWidth and getScrollableTracksViewportHeight
methods before resizing the view to match the viewport.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4609&tr2=1.4610&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/ViewportLayout.java.diff?tr1=1.13&tr2=1.14&r1=text&r2=text
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23204
- [Bug swing/23204] JTable should compact columns to avoid horizontal scrolling,
cvs-commit at developer dot classpath dot org <=