-
Enhancement
-
Resolution: Fixed
-
P5
-
1.1.4, 1.2.0, 1.3.0
-
beta
-
generic, x86, sparc
-
generic, solaris_2.5.1, solaris_7, windows_98, windows_2000
Name: krT82822 Date: 01/30/2000
orig synopsis: "Want JList to have setOrientation( HORIZONTAL / VERTICAL )"
It would be EXTREMELY beneficial for Swing's JList to support a horizontal
alightment in addition to the existing vertical alighment.
That is, right now we support
ELEMENT1
ELEMENT2
ELEMENT3
ELEMENT4
I would LIKE:
ELEMENT1|ELEMENT2|ELEMENT3|ELEMENT4
JTable isn't really a substitute because its selection model doesn't allow
incongruous selections and it introduces all sorts of other hassle (such as
column width autosizing / manually sizing ) that a JList handles correctly.
(Review ID: 100487)
======================================================================
- duplicates
-
JDK-4403697 JList returns -1 for firstVisible, lastVisible. ensureVisible not working
- Closed
-
JDK-4193267 JList getLastVisibleIndex
- Closed
-
JDK-4364436 JList with a border interferes with JScrollPane's ArrowButton Listeners
- Closed
-
JDK-4092474 JList to display the icons in multiple columns
- Closed