home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Micrsoft
/
VJ
/
VJ98
/
VJPROJS
/
COMPONEN
/
COMDLL
/
COMDLL.JAV
next >
Wrap
Text File
|
1998-02-12
|
522b
|
19 lines
// Class1.java
/**
* This class is designed to be packaged with a COM DLL output format.
* The class has no standard entry points, other than the constructor.
* Public methods will be exposed as COM interfaces.
*
*/
// TODO: Modify the Project Properties and make this class a COM Class.
// 1. From the 'Project' menu, select the 'Project Properties...'item.
// 2. Choose the 'COM Classes' tab.
// 3. Check the checkbox for Class1.
public class Class1
{
// TODO: Add initialization code here
}