Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将多个列视为一个组,我的意思是,组的元素不应该是可重新排序的,而将组作为一个整体拖动应该是可能的。最好的做法是 JTable 对单列执行相同的 dnd 动画,仅对多列执行。
有没有办法通过 JTable/JXTable 实现这一点?
谢谢
有关答案,请参阅上面的垃圾神评论。