Best way to implement a selection box from a large number of entries

前端 未结 3 874
猫巷女王i
猫巷女王i 2021-01-20 12:31

I have a large set of data from which the user has to select one. I\'m thinking of a way to implement it (of course, in a GUI). I have a few ideas. But just thought of posti

3条回答
  •  既然无缘
    2021-01-20 12:45

    You could take a look at SwingLab's autocomplete feature, it allows you to attach it to a JCombBox, JList or JTextComponent

提交回复
热议问题