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.
我想在 menuItem 前面创建一个复选框或复选符号JMenu。例如,当我们打开记事本文件并单击“格式”菜单时,“格式”菜单的“自动换行”菜单项前面有一个复选框。
JMenu
在菜单中使用JCheckBoxMenuItemfor 复选框。
JCheckBoxMenuItem