JDK-4460016 : JList should offer option to layout horizontally then vertically
Type:Enhancement
Component:client-libs
Sub-Component:javax.swing
Affected Version:1.4.0
Priority:P3
Status:Resolved
Resolution:Fixed
OS:solaris_7
CPU:sparc
Submitted:2001-05-17
Updated:2001-06-22
Resolved:2001-06-22
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
As part of 4308384 JList now supports the option to layout out vertically, then horizontally. It should also offer the option to layout out horizontally, then vertically.
Comments
CONVERTED DATA
BugTraq+ Release Management Values
COMMIT TO FIX:
merlin-beta2
FIXED IN:
merlin-beta2
INTEGRATED IN:
merlin-beta2
14-06-2004
EVALUATION
Yes, we should support this as an additional option to setLayoutOrientation.
scott.violet@eng 2001-05-17
get/setLayoutOrierntation now take one of the following:
. VERTICAL - default and only option in pre 1.4, a single column of cells.
. VERTICAL_WRAP - flow vertically than horizontally depending upon the visibleRowCount property. -1 is interpreted to mean the number of rows depends upon the list height.
. HORIZONTAL_WRAP - flow horizontally then vertically depending upon the visibleRowCount property. -1 is interpreted to mean the number of columns depends upon the list width.
scott.violet@eng 2001-05-25