I'm looking for a Swing component that displays a list of JPanels in a vertical list.
The JPanels are wrapped such that one side of the container has a drag handle.
The handle lets the user drags to rearrange the elements.
The JPanels must be responsive, unlike a JList (paints, reorders, doesn't respond).
A nice to have might be a "trash slot" where items can be dragged to remove them from the list.
Do you know of such a component in the wild? Please share.