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.
我想在弹出菜单中的 JRadioButtonMenuItem 中放置一个 JComboBox,可以吗?如何做呢 ?
谢谢。
直接不可能,因为还有一个Java bug,简单的Swing不允许一次出现两个Popup的窗口,也许这种方式可以接受,