I am trying to draw an arc that connects two circles in Swing. I have to use a shape, so I've tried arcs, quads, and curves, but I can't find one that will simply connect two points with an arc.
Can anyone give me an idea on how to do this? All I have for my code is the two points I need to connect, but their position varies and my arc needs to adjust depending on that.