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

/openjdk7/jdk/src/share/demo/applets/Clock/
H A DClock.java61 private int lastxs, lastys, lastxm, field in class:Clock
73 lastxs = lastys = lastxm = lastym = lastxh = lastyh = 0;
152 if (xs != lastxs || ys != lastys) {
153 g.drawLine(xcenter, ycenter, lastxs, lastys);
175 lastys = ys;
199 g.drawLine(xcenter, ycenter, lastxs, lastys);

Completed in 35 milliseconds