Searched defs:maxRowCount (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaComboBoxPopup.java90 protected Dimension getBestPopupSizeForRowCount(final int maxRowCount) { argument
92 final int rowCount = Math.min(maxRowCount, currentElementCount);
321 // The one to use when itemCount <= maxRowCount. Size never adjusts for arrows
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboPopup.java1171 protected int getPopupHeightForRowCount(int maxRowCount) { argument
1173 int minRowCount = Math.min( maxRowCount, comboBox.getItemCount() );

Completed in 40 milliseconds