Date: Tue, 3 Jun 1997 09:05:36 -0700
Message-Id: <199706031605.JAA21628@puffin.eng.sun.com>
From: Marianne Mueller <mrm@Eng>
To: balls@cintasmail.com
Subject: Re: unsigned applet window--No Controls!
The browsers mostly support JDK 1.0.2 class libraries; perhaps if
you're using JDK 1.1 libraries the widgets don't show up?
In general, applets do play fine inside the browsers - there are lots
of examples of applets that run inside the browsers at
www.gamelan.com. Maybe you could check out that site for an example
that uses the same widgets you want to use.
Or, when you say "controls", do you mean an ActiveX control? I was
assuming you meant an AWT widget. I haven't tried to embed an ActiveX
control inside a Java applet (and from a security perspective, I would
not be inclined to design my applet that way.) For info on ActiveX,
probably you should contact Microsoft.
Marianne