菜单项竟然跑到后面去了,搞了好多天,终于解决了
只要把这句代码放到main()的最前面就可以了
JPopupMenu.setDefaultLightWeightPopupEnabled(false);
菜单项竟然跑到后面去了,搞了好多天,终于解决了
只要把这句代码放到main()的最前面就可以了
JPopupMenu.setDefaultLightWeightPopupEnabled(false);
转载于:https://www.cnblogs.com/bluemaplestudio/archive/2010/02/28/1675171.html