-
Enhancement
-
Resolution: Duplicate
-
P4
-
None
-
1.2.0
-
x86
-
windows_nt
Name: rk38400 Date: 05/13/98
Several methods implemented BasicComboBoxUI determine
size information for the combo box by iterating through
all elements in the combo-box. This prohibits
dynamic loading of large lists of items to a client
PC.
Specifically, the methods are:
protected Dimension getMaxPreferredSize()
protected Dimension getMaxMinimumSize()
protected Dimension getMaxMaximumSize()
In addition, there is no way to specifiy fixed
height and width to the JList portion of the
combo-box. Without this, the JList determines
the layout for itself by going through each item.
(Review ID: 30255)
======================================================================
- duplicates
-
JDK-4289100 JComboBox Needs a setFixedCellHeight Method
-
- Resolved
-