How to create a drop-down list in java swing with multiple item selection?

前端 未结 4 397
隐瞒了意图╮
隐瞒了意图╮ 2020-12-10 17:00

I\'m aware of JList and JComboBox. I need the combo box drop down functionality with multiple selection functionality that JList provi

4条回答
  •  一向
    一向 (楼主)
    2020-12-10 17:23

    If your data has a hierarchical character, consider NetBeans' Outline component, discussed in Announcing the new Swing Tree Table and in this answer. Here's the Current Development Version of the API.

提交回复
热议问题