将动作事件添加到“外观”菜单项
我制作了一个桌面应用程序。我使用 Netbeans 7 IDE 制作的。
在其中,我创建了一个名为外观的菜单。我通过从调色板拖动菜单来创建它。菜单项是Window、Metal 和Motif。我希望菜单项选择时的外观和感觉发生变化。菜单项是复选框菜单项。我右键单击菜单项并在 netbeans 中选择事件并添加了一些代码。但是,当我在运行项目后选择菜单项时,没有任何反应,并且 GUI 被冻结。
请提出一个解决方案。
I made a Desktop application. I made it using Netbeans 7 IDE.
In it, I have created a menu called look and feel. I created it by dragging the menu from palette. The menu items are Window,Metal and Motif. I want the look and feel to change on menu item selection. The menu items are checkbox menu items. I right clicked on the menu item and selected event in netbeans and added a few codes. But when I select the menu item after running the project, nothing happens and the GUI gets frozen.
Please suggest a solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议您改用单选按钮。现在解决您的问题,
我不确定这些代码是什么,但我想这可能会丢失,
所以在此之后,
你也需要这些,
I'd suggest you to use radio buttons instead.Now to your problem,
I'm not sure what these codes are, but I guess this might be missing,
So after this,
You need to these too,