📄 starsconsole.java
字号:
/* * StarsConsole.java * * Created on January 16, 2002, 12:47 AM */package org.impact.stars.appclient.common;/** * * @author cai * @version */public interface StarsConsole { public void displayServerResponse(String title, String content); public javax.swing.JApplet getRootApplet(); public javax.swing.JTextArea getLogTextArea(); public String getProjectID(); }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -