Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我有两个JComboBoxes,我想做的是能够将一个中的值与第二个中的值进行比较,然后找出差异或总数。我希望能够在第一个框中输入时间(比如说8:00 A.M),然后我希望能够5:00 P.M在第二个框中输入,并让它显示9。
JComboBox
8:00 A.M
5:00 P.M
9
有没有办法做到这一点?
我没有任何工作代码,只需要朝着正确的方向前进。
您可以itemListener在组合框和这些项目侦听器中添加,检查是否在其他组合框中选择了某些内容...因此您可以执行计算...。
itemListener