无序组合选择以启用生成按钮

发布于 2024-12-10 18:29:55 字数 454 浏览 0 评论 0 原文

http://s1194.photobucket.com/albums/ aa371/RewindPlay/?action=view&current=downup.png

我正在查看 3 个传感器。传感器 1-3 都需要为 !=0,直到启用生成按钮才能将代码(由用户在传感器中选择)放入层次结构视图中。

我确实有这个工作,但只有当你选择一个又一个的顶部太底部时。 (例如:如果您选择中间传感器 (2),然后选择顶部 (1),然后选择底部 (3) - 生成按钮保持灰色且无法生成。)

是否有技巧可以让用户可以以无序方式选择这个?

我立即想到了 and/or 运算符,但 Java 没有。

http://s1194.photobucket.com/albums/aa371/RewindPlay/?action=view¤t=downup.png

I have 3 sensors I am looking at. Sensors 1-3, all need to be !=0 until the generate button is enabled to throw the code (that was selected in the sensors by the user) into a hierarchy view.

I do have this working, but only when you select one after another top too bottom.
(example: If you select the middle sensor (2), then the top (1), and then the bottom (3) - generate button stays greyed out and unable to generate.)

Is there a trick to make it so the user can select this in an unordered fashion?

I immediately thought of and/or operators, but Java does not have that.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清眉祭 2024-12-17 18:29:56

从需求的描述来看,听起来好像是 3 x JRadioButton rel="nofollow">ButtonGroup 就可以了。

From the description of the requirement, it sounds as though 3 x JRadioButton in a ButtonGroup would do the trick.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文