/[gcjwebplugin]/gcjwebplugin/src/gnu/applet/AppletStubImpl.java
ViewVC logotype

Diff of /gcjwebplugin/src/gnu/applet/AppletStubImpl.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mkoch, Tue Jul 8 13:45:29 2003 UTC revision 1.3 by mkoch, Fri Jul 11 20:36:44 2003 UTC
# Line 47  public class AppletStubImpl implements A Line 47  public class AppletStubImpl implements A
47    private URL codeBase;    private URL codeBase;
48    private URL documentBase;    private URL documentBase;
49    private Map params;    private Map params;
50      
51    AppletStubImpl (AppletContext context, URL codeBase, URL documentBase,    AppletStubImpl (AppletContext context, URL codeBase, URL documentBase,
52                    Map params)                    Map params)
53    {    {
# Line 57  public class AppletStubImpl implements A Line 57  public class AppletStubImpl implements A
57      this.params = params;      this.params = params;
58    }    }
59    
60      public void addParameter (String name, String value)
61      {
62        params.put (name, value);
63      }
64    
65    public native void appletResize (int width, int height);    public native void appletResize (int width, int height);
66    
67    public AppletContext getAppletContext()    public AppletContext getAppletContext()

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26