How should I link two items with MouseMovementListeners?
- by user1708810
I'm working on a program that will display two "views" of the same set of items. So I need to have something set up so that when the top down view is changed, the side view is updated (and vice versa).
Here's a brief outline of the relevant code so you can get an idea of my structure so far:
public class DraggableComponent extends JComponent
{
…