查明 JList 是否有当前选定的项目
我有一个 JList,它在导入文件后填充。 是否可以突出显示/选择 JList 的第一个项目/元素。 的路线
list.setFocus(0);
//or
listSelectionEvent.setSelection(0);
//0 referring to index point of the list
我浏览了很多地方,希望能找到一条类似“也许这根本不可能……” 。 ?
I have a JList which is populated after importing a file.
Is it possible to have the first item/element of the JList highlighted/selected.
I have browsed many places hoping to find a line along the lines of
list.setFocus(0);
//or
listSelectionEvent.setSelection(0);
//0 referring to index point of the list
Maybe this isn't even possible...
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用:
Use: