Advertisement
Guest User

Untitled

a guest
May 19th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. RectangleShape R = new RectangleShape(20, 20, 4, 5,10,10);
  2. NestingShape N = new NestingShape(20,20,1,1,100,100);
  3. N.add(R);
  4. _shapes.add(N);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement