main.java
来自「用Java编写的天气预报软件」· Java 代码 · 共 24 行
JAVA
24 行
/*
* Main.java
* Download by http://www.codefans.net
* Created on 2007年9月1日, 上午8:39
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package weather;
import java.io.IOException;
import java.util.*;
import java.util.regex.*;
/**
*
* @author yuhui_bear
*/
public class Main {
public static void main(String[] args){
new mainFrame().online();
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?