|
-
May 5th, 2000, 11:41 AM
#1
Applet,JTable,JSObject
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
-
May 5th, 2000, 11:04 PM
#2
Re: Applet,JTable,JSObject
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|