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

/openjdk7/jdk/src/share/demo/applets/SpreadSheet/
H A DSpreadSheet.java59 int rowLabelWidth = 15; field in class:SpreadSheet
118 resize(columns * cellWidth + rowLabelWidth,
170 cx = (j * cellWidth) + 2 + rowLabelWidth;
272 g.draw3DRect(cx + rowLabelWidth,
278 cx + rowLabelWidth + (cellWidth / 2),
285 cx = (j * cellWidth) + 2 + rowLabelWidth;
319 if (x < rowLabelWidth) {
329 selectedColumn = (x - rowLabelWidth) / cellWidth;

Completed in 46 milliseconds