Click to See Complete Forum and Search --> : Applet,JTable,JSObject


sush
May 5th, 2000, 11:41 AM
Hi,
I'm trying to read a string form JavaScript into a JTable in an Applet. The Applet seems to load
fine.But in Netscape Navigator, it says Applet notinited whereas it's initialized in IE but not
displayed. I cannot use JApplet because the Netscape Live Connect does not support it yet.
I'm creating my JTable,JScrollPane in the applet's init method. Please help.

Sushma

R.Saravanan
May 5th, 2000, 11:04 PM
Applets with Swing components do NOT work in IE4 or NS4.x - as applets. You hv to download and install the Java plug-in for any Swing components to work in these browsers. Heard somewhere that Java 2 support is underway for the browser versions coming up... Even if you do hv the swing classes on your client classpath, the applet will still not work - it will not be able to repaint itself. You need the plugin.