Moved to OJI.

Added  AWT support.
Added some classes


git-svn-id: svn://10.0.0.236/trunk@47982 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
idk%eng.sun.com
1999-09-17 18:41:34 +00:00
parent 0da3025819
commit c3a4459049
27 changed files with 819 additions and 140 deletions

View File

@@ -13,10 +13,9 @@
* Inc. Portions created by Sun are Copyright (C) 1999 Sun Microsystems,
* Inc. All Rights Reserved.
*/
#include "PlugletLoader.h"
#include "PlugletEngine.h"
#include "string.h"
#include "PlugletEngine.h"
#include "PlugletLoader.h"
jclass PlugletLoader::clazz = NULL;
jmethodID PlugletLoader::getMIMEDescriptionMID = NULL;
jmethodID PlugletLoader::getPlugletMID = NULL;
@@ -114,11 +113,3 @@ jobject PlugletLoader::GetPluglet(const char * path) {
}
return jpluglet;
}