I'm practicing my swing abilities for the upcoming test, and fried gave me idea to draw biohazard sign like this :
I could draw the circles with Elipse2D, but then I somehow need to cut those 3 triangles. Any ideas how I can do that ?
I'm practicing my swing abilities for the upcoming test, and fried gave me idea to draw biohazard sign like this :
I could draw the circles with Elipse2D, but then I somehow need to cut those 3 triangles. Any ideas how I can do that ?
Maybe this is actually quite easy (I'm not sure how the Swing API handles lines). Draw lines coming out from the center to the points on the circumference of a circle, and just skip those portions for line drawing.