Method setMaximumRowCount(int count)
Return type: void
Member of: javax.swing.JComboBox
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 box.setMaximumRowCount(6);
2 setMaximumRowCount(6);
3 cbb.setMaximumRowCount(5);
4 comboBox.setMaximumRowCount( 4 );
5 nameComboBox.setMaximumRowCount(4);
6 dest.setMaximumRowCount(5);
7 jcbSchemas.setMaximumRowCount(6);
8 minutesCombo.setMaximumRowCount(10);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.