mainclass.java

来自「可以单人与电脑单独对战的五子棋小游戏基于JAVA 的强大功能开发!小程序可以玩一」· Java 代码 · 共 18 行

JAVA
18
字号




public class mainClass {

	/**
	 * @param args
	 */
	static MainFrame thisGame=null;
	public static void main(String[] args) {
	    	thisGame = new MainFrame();
			thisGame.setVisible(true);
			
	}

}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?