John Keiser wrote:
> Does anyone know if there are getDefaultAppletContext() and
> getDefaultAppletStub() methods anywhere?
Not having seen the $classpath code yet, there isn't as part the java.applet
specifications, as far as I'm aware.
> I need some for java.beans. If
> there aren't, I will just take over java.applet, since I'll be doing some
> applet work for this anyway.
Actually, I was going to volunteer for that. I've already done, on my own,
java.applet.*. I was going to start in on a gnu.java.applet.AppletViewer type
of appletviewer replacement (except better, of course). If you want, I could
whip up a non-appletviewer (i.e. application) style AppletContext and
AppletStub. Of course, I need someone to give me CVS access (so I can make
sure I'm in sync with everyone else's code) and that copyright assignement
statement metioned in the Hacking Guide; I'll also need to clear it with my
employeer (shouldn't be a problem).
I was also fiddling with some of java.util -- I've got Observable and I'm
working on StringTokenizer and ResourceBundle.
Greg