gpt4 book ai didi

Java - 如何获取 JSpinner 所选项目的索引?

转载 作者:行者123 更新时间:2023-12-05 07:53:37 24 4
gpt4 key购买 nike

我有一个具有随机值的 JSpinner 控件。这些值可以重复。例如:

{ 1, 2, 9, 3, 4, 5, 9, 6, 7, 3, 2, 9 }

如果用户选择了值 9,那么我如何将它与 JSpinner 中的其他 9 区分开来,因为我的程序将根据所选 9 的索引进行一些计算。

我的解决方案是在 JSpinner 中获取所选项目的索引,以了解这是哪一个。可能吗?

最佳答案

jspiner.getValue() 会给你选中项的值,你可以用它做任何事,为什么你需要知道它的索引?形成 SpinnerModel 的 Java 文档

The model doesn't support indexed random access to sequence elements. Only three sequence values are accessible at a time: current, next and previous.

关于Java - 如何获取 JSpinner 所选项目的索引?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32457015/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com