📄 uimessager.java
字号:
/*
* @(#)UIMessager.java 2006/11/13
*
* Copyright (c) ZhiYang.
* All rights reserved.
*/
package his;
/**
* 用户信息输出接口
* @version 1.0
* @author 杨智 (MSE2006B-06250145)
*
*/
public interface UIMessager {
/*
* shows the message at the user's output window
*/
void print( String str );
/*
* shows the message at the user's output window and ends with LR
*/
void println( String str );
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -