load.java

来自「用java做的平面珩架结构有限元分析软件。 基本性能如下:结点数<500」· Java 代码 · 共 22 行

JAVA
22
字号
/**
 * Insert the type's description here.
 * Creation date: (Sep 2005)
 * @author: Administrator
 */
class Load {
	public int X = 0;
	public int Y = 0;
/**
 * Load constructor comment.
 */
public Load() {
	super();
}
/**
 * Insert the method's description here.
 * Creation date: (99-5-14 7:33:29)
 */
void newMethod() {
}
}

⌨️ 快捷键说明

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