I would like to be able to control the blurred/fuzzy level of the stroke of a rectangle. It should be realized within the java.awt.geom
package. I know how to change the shape of the stroke, like on this jhlabs page, but I don't know how to blur the stroke.
This is basically what I want for my final result.