Say I have two completely unrelated components. The only thing we can assume about them is that they extend JComponent. Is there a way to draw a line between them?
Now remember, we cant assume anything about them. This means, you cant assume they are in the same JFrame, or under the same GlassPane.