1
Community Technical Support / DefaultJListTableRenderer ignores component size
« on: August 26, 2009, 06:33:19 AM »
when DefaultJListTableRenderer seems to completly ignore bounds set on JList component.
Particularly we have JList with a lot of items, and it has bounds set ~3 times smaller than item count so that scrollbar of JList itself should appear - instead DefaultJListTableRenderer renders table that does not take size into account and as a result half of items are not visible.
Particularly we have JList with a lot of items, and it has bounds set ~3 times smaller than item count so that scrollbar of JList itself should appear - instead DefaultJListTableRenderer renders table that does not take size into account and as a result half of items are not visible.