Advertisement
Shamel

Untitled

Jan 9th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.35 KB | None | 0 0
  1. g.fillRect((maxX / 2 - maxX / 4), (maxY / 2 - maxY / 4), maxX / 8, maxY / 8);
  2.             g.fillRect((maxX / 2 + maxX / 8), (maxY / 2 - maxY / 4), maxX / 8, maxY / 8);
  3.             g.fillRect((maxX / 2 - maxX / 4), (maxY / 2 + maxY / 8), maxX / 8, maxY / 8);
  4.             g.fillRect((maxX / 2 + maxX / 8), (maxY / 2 + maxY / 8), maxX / 8, maxY / 8);
  5.             drawSquare1(g, maxX / 2, maxY / 2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement