cernoch/seaglass

JComboBox setMaximumRowCount(int); not working

GoogleCodeExporter opened this issue · 1 comments

What steps will reproduce the problem?
1. Create a JFrame with JComboBox
2. Add Some Items
3. setMaximumRowCount(count)  //suppose count is 4 (int)

What is the expected output? What do you see instead?
Expected output is only 4 items should be shown and the scollbar should appear 
to scroll
What i see is scrollbar does not appear till the length of all items is more 
than my computer window

What version of the product are you using? On what operating system? What
JRE version?
integration_rossi branch
Windows 7 Ultimate
JDK 6 u22

Please provide any additional information below.

I did not find any exceptions till now

Original issue reported on code.google.com by gnadh2007 on 2 Mar 2011 at 9:35

Hi,
This issue is fixed in the newest release 0.2

Have fun,
- Rossi

Original comment by rosstaus...@googlemail.com on 26 Jun 2012 at 8:58

  • Changed state: Fixed