?? dadds.java
字號(hào):
//
// Auto-generated using JActiveX.EXE 5.00.2918
// ("E:\Program Files\Microsoft Visual Studio\VJ98\jactivex.exe" /javatlb /c2j /creg /xh /wfc /w /xi /X:rkc /l "E:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\jvcD.tmp" /nologo /d "G:\Java Prog\DAddSer" "G:\Java Prog\DAddSer\DAddSer.tlb")
//
// WARNING: Do not remove the comments that include "@com" directives.
// This source file must be compiled by a @com-aware compiler.
// If you are using the Microsoft Visual J++ compiler, you must use
// version 1.02.3920 or later. Previous versions will not issue an error
// but will not generate COM-enabled class files.
//
package daddser;
import com.ms.com.*;
import com.ms.com.IUnknown;
import com.ms.com.Variant;
/** @com.register(clsid=2117CCDD-452B-4BF8-83CA-4A9B309245D3, typelib=80DD940D-1821-4A38-AF53-128A2DFEE354, version="1.0", description="DAddS Class")*/
public class DAddS implements IUnknown,com.ms.com.NoAutoScripting,daddser.IDAddSDefault
{
public int sum(int x, int y) {
return x+y;// E_NOTIMPL
}
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -