geometricshape.java

来自「这是一种用JAVA开发的图形画法程序 没有错误 欢迎各位朋友改进并上传」· Java 代码 · 共 14 行

JAVA
14
字号
/**
 * Title: GeometricShape.java
 * Description:since we may want to extend this program in the future and add other different shapes
 * 
 * Copyright: Copyright (c) 2006
 * @author Q Jin
 * @version 1.0
 */

public class GeometricShape{
	// declare and initialize variables
	protected int x;
	protected int y;
}

⌨️ 快捷键说明

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