globaltcad / swing-tree

A small DSL library for building Swing UIs
MIT License
6 stars 0 forks source link

Add Drag and Drop Support #155

Open Gleethos opened 2 weeks ago

Gleethos commented 2 weeks ago

Drag and Drop is a feature that has come up here and there while developing on FrameworkTools. Unfortunately plain Swing does not support it out of the box. I have a few ideas how to make it possible in SwingTree