?? initializewindowscreen.java
字號:
/* * InitializeWindowScreen.java */package org.java3dgamesdk.samples.I;import org.java3dgamesdk.core.*;/** * Sample program to initialize a simple game frame. * To close the applciation, please use the ESC key. * * @author Norbert Nopper */public class InitializeWindowScreen { public static void main(String[] argv) { // create the object GameFrame gameFrame = new GameFrame(); // create window with the size of 800x600 gameFrame.makeWindowScreen(800, 600); } }
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -