菜单打开时的操作
我的朋友在打开菜单时添加操作时遇到问题。他不会向任何人寻求帮助,所以我就在这里。
该项目是一个俄罗斯方块游戏。我们需要一个系统在菜单打开时运行暂停方法,在菜单关闭时运行取消暂停方法。
有什么建议吗?
My friend is having trouble adding an action when a menu is opened. He won't ask for help from anyone so here I am.
The project is a tetris game. We need a system to run a pause method whenever a menu is opened and an unpause method when it is closed.
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您正在使用 Swing - 请查看 addMenuListener 和 addActionListener。
Assuming you are using Swing - Take a look at addMenuListener and addActionListener.