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.
我正在制作一个应用程序,我希望在我的 java popupmenu(如下所示)中有一个复选框,用于在启动时运行该选项。
这是弹出菜单:http : //imgur.com/ZiF2Z
我如何将“启动时运行”选项设为复选框。
看看CheckboxMenuItem您是使用 AWT 还是JCheckBoxMenuItem使用 Swing。
CheckboxMenuItem
JCheckBoxMenuItem