makepoint.java

来自「Welcome to MS4W, the no fuss installer f」· Java 代码 · 共 16 行

JAVA
16
字号
/* Created by unicoletti@prometeo.it to test backwards-compatible pointObj constructor. See bug #1106. 2/1/2005: Created*/import edu.umn.gis.mapscript.*;public class MakePoint {	public static void main(String[] args) {	pointObj result = new pointObj(0,0,0);	System.out.println("Point made!");	}}

⌨️ 快捷键说明

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