⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 initializewindowscreen.java

📁 Java 3D Game SDK.老外做的.
💻 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 + -