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:
Java Class File  |  1998-03-12  |  558 b   |  14 lines

  1. package sun.activator.panel;
  2.  
  3. class WindowsPlatform implements PlatformDependentInterface {
  4.    static {
  5.       System.load("actpanel.dll");
  6.    }
  7.  
  8.    public native void init();
  9.  
  10.    public native void onLoad(ConfigurationInfo var1);
  11.  
  12.    public native void onSave(ConfigurationInfo var1);
  13. }
  14.