Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. c.setColor (Color.gray);
  2. int xpoints[] = {552, 572, 552};
  3. int ypoints[] = {270, 283, 295};
  4. c.fillPolygon (xpoints, ypoints, 3);
  5. c.setColor(Color.black);
  6. int x1points[] = {100, 120, 250};
  7. int y1points[] = {270, 270, 270};
  8. c.fillPolygon (x1points, y1points, 3);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement