multiquoteiteminfo.java
来自「java 写的股票技术分析;软件」· Java 代码 · 共 24 行
JAVA
24 行
// NMI's Java Code Viewer 6.0a
// www.trinnion.com/javacodeviewer
// Registered to Evaluation Copy
// Generated PGFZKD AyTB 14 2007 15:44:19
//source File Name: Page_MultiQuote.java
package gnnt.MEBS.HQApplet;
class MultiQuoteItemInfo {
String name;
int width;
int sortID;
public MultiQuoteItemInfo(String name, int width, int sortID) {
this.name = name;
this.width = width;
this.sortID = sortID;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?