News
/** * Draw stump of tree. * * @return Path representing Christmas tree stump. */ private Path buildStumpPath() { final Path path = new Path(); int coordX = LEFT_STUMP_X; int coordY = LEFT_STUMP_Y; ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results