Searched refs:numSwatches (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DDefaultSwatchChooserPanel.java274 protected Dimension numSwatches; field in class:SwatchPanel
310 if (selRow < numSwatches.height - 1) {
319 } else if (selCol < numSwatches.width - 1
326 if (selCol < numSwatches.width - 1
341 selCol = numSwatches.width - 1;
342 selRow = numSwatches.height - 1;
361 for (int row = 0; row < numSwatches.height; row++) {
363 for (int column = 0; column < numSwatches.width; column++) {
368 x = (numSwatches.width - column - 1) * (swatchSize.width + gap.width);
395 int x = numSwatches
[all...]

Completed in 342 milliseconds