home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 1999 March
/
maximum-cd-1999-03.iso
/
Feature
/
Lotus
/
ORGANIZE
/
COMPNENT
/
LTOUIN21.ZIP
/
sun
/
activator
/
panel
/
WindowsPlatform.class
(
.txt
)
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1998-03-12
|
558 b
|
14 lines
package sun.activator.panel;
class WindowsPlatform implements PlatformDependentInterface {
static {
System.load("actpanel.dll");
}
public native void init();
public native void onLoad(ConfigurationInfo var1);
public native void onSave(ConfigurationInfo var1);
}