CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2000
    Location
    IL,U.S.A
    Posts
    33

    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


  2. #2
    Join Date
    Sep 1999
    Location
    Dubai, UAE
    Posts
    38

    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
  •  





Click Here to Expand Forum to Full Width

Featured