Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1.  
  2. Shape drawableShape  = new Line2D.Double(x1, y1, x2, y2);
  3.     Stroke stroke = new BasicStroke(4f);
  4.     Shape selectableShape = stroke.createStrokedShape(s);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement