Searched refs:rows (Results 1 – 1 of 1) sorted by relevance
672 public static void setVisibleRowCount(JTable table, int rows) { in setVisibleRowCount() argument674 for (int row = 0; row < rows; row++) { in setVisibleRowCount()