Home
last modified time | relevance | path

Searched refs:rowCount (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DVJFlowLayout.java169 int rowCount = 0; in calcLayoutSize() local
183 if (minimumWidth > 0 && rowCount != 0 && in calcLayoutSize()
189 rowCount = 0; in calcLayoutSize()
196 rowCount++; in calcLayoutSize()
200 if (rowCount > 0) { in calcLayoutSize()
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
H A DTableSorter.java216 int rowCount = model.getRowCount(); in reallocateIndexes() local
220 indexes = new int[rowCount]; in reallocateIndexes()
223 for (int row = 0; row < rowCount; row++) in reallocateIndexes()