Re: [Openjnlp-devel] Tweak to AppletRunner.java
Brought to you by:
kherr
From: Kevin H. <ke...@na...> - 2002-05-17 02:13:54
|
On Tuesday, May 14, 2002, at 08:22 , Scott Kovatch wrote: > That's fine -- those additional methods are only used by the Java > Plugin on 1.4 -- AppletRunner would only need those to satisfy the > interface and nothing else. I went ahead and implemented the methods to actually do stuff, since it was pretty straightforward using collections. Do you know how these methods are used or what Sun's intention is? Seems odd Sun would add these to the AppletContext interface just for the Java Plugin. Now they're exposed to the applet itself through Applet.getAppletContext, so I can see applet writers using them. |