Can somebody help me with the main method of this.


import java.awt.*;
import java.awt.geom.*;

public class WobbleStroke implements Stroke {

private float detail = 2;
private float...