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

/openjdk7/jdk/src/share/classes/com/sun/beans/editors/
H A DColorEditor.java45 sample.reshape(2, 2, sampleWidth, sampleHeight);
47 p.reshape(ourWidth, 2, sampleWidth+4, sampleHeight+4);
48 ourWidth += sampleWidth + 4 + hPad;
205 private int sampleWidth = 40; field in class:ColorEditor

Completed in 30 milliseconds