使用 Jlist 中的起始字符搜索字符串?
我正在用 java 创建一个搜索列表。如果我输入开头字母,那么属于这些字母的相应单词将显示在 Jlist 上。为此,是否有任何内置方法?那么如何搜索以起始字符开头的单词呢?建议我。 提前谢谢..
I am creating a search list in java. If I enter the beginning letters, then the corresponding words which belongs to the letters will be display on the Jlist.For that is there any build in methods is there? Then how can i search the words with starting characters? Suggest me.
Thank in advance..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SwingX 有一些不错的功能,包括自动完成。您可以在此处获取它,
以下是使用它的方法:
SwingX has some nice features, including autocomplete. You can get it here
This is how you can use it: