📄 systrayaction.java
字号:
package openicq.gui;/** * The <code>SysTrayAction</code> interface contains actions for the system * tray. * @author Hansgeorg Schwibbe * @copyright 2004 */public interface SysTrayAction{ /** * Prototype to exit the application. */ void action_closeWindow(); /** * Prototype to maximize the window. */ void action_maximizeWindow();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -