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; ...