我想知道如何获得jpop菜单项旁边的复选框,就像在这个问题JMenuItem shows checkbox on the left, how to disable it?中一样。
发布于 2012-02-15 17:24:08
只需在JideMenu中使用标准的Swing JCheckBoxMenuItems即可。
https://stackoverflow.com/questions/9289282
相似问题