我可以使用 JComboBox 实现单词预测吗
我需要建议,有什么方法可以使用 JComboBox 单词预测来实现,当我开始输入时,我想打开包含以我输入的部分开头的所有单词的下拉列表? 或者我需要使用其他一些组件,哪一个?请帮忙,我阅读了文档,但找不到我需要的东西。
I need advice, is there any way to implement with JComboBox word prediction, when I start type I want to open dropdown with all words which start with part what I typed ?
Or I need to use some other component, which one ? Please help, I read documentation but I couldn't find what I need.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以看一下这篇文章:AutoComplete JComboBox或者google一下自动完成和 JCombobox。有几个库正在解决这个问题。
You can take a look at this article: AutoComplete JComboBox or google on autocompletion and JCombobox. There are several libraries that are solving the problem.