如何创建多个相关的 JCombobox?

发布于 2024-10-14 23:15:18 字数 209 浏览 2 评论 0原文

我想创建三个 JCombobox 并将它们链接在一起。例如,在这张图片中:

university, College and Department JComboboxes

当选择“大学”时,学院组合框应仅显示所选大学的学院。同样,“部门:”标签旁边应仅显示所选学院的院系。

I want to create three JComboboxes and link them together. For example, in this picture:

university, college and department JComboboxes

when a selection is made for "university," the college combobox should show only colleges of the selected university. Similarly, only departments of the selected college should be shown next to the "Department:" label.

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

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

发布评论

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

评论(1

忆梦 2024-10-21 23:15:18

您也许可以扩展此 ComboTest 示例中所示的方法。

You might be able to extend the approach shown in this ComboTest example.

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