Advertisement
Guest User

Untitled

a guest
May 19th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1.                         if (color == 2)
  2.                         {
  3.                             g2.setColor(Color.yellow);
  4.                         }
  5.                         else
  6.                         {
  7.                             g2.setColor(Color.red);
  8.                         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement