?? main.java
字號:
/* * To change this template, choose Tools | Templates * and open the template in the editor. */package javatest3d;import com.sun.j3d.utils.applet.MainFrame;/** * * @author xu04 */public class Main { /** * @param args the command line arguments */ public static void main(String[] args) { // TODO code application logic here //Frame frame = new MainFrame(new CNotebookPrimitive(),256,256);// MainFrame beispiel=new MainFrame(new EinfachesUniversum(),600,400);// new EinfachesUniversum();// new MainFrame(new EinfachesUniversum(),600,500);// new MainFrame (new JTest3D(),500,500); Test3DFrame tf=new Test3DFrame(); tf.setVisible(true); tf.setTitle("3Dtest"); }}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -