systrayaction.java

来自「一个类似QQ的在线通讯聊天软件原码,适合初学者参考学习。」· Java 代码 · 共 20 行

JAVA
20
字号
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 + =
减小字号Ctrl + -
显示快捷键?