Showing the applet is not that difficult: it works
without any problems either for Netscape OR Windows.

The only thing you should do is the use the <OBJECT> tags
instead of <APLLET>. Then you can even make sure that the
browser automatically downloads the JRE (Java runtime
environment) needed for displaying the JTREE. As you probably
will know, JTree belongs to SWING and SWING is not encapsulated
within JRE version 1.1.

Please find the applet converter somewhere at the sun site.
(java.sun.com). It converts all code within <APPLET> tags to
the <OBJECT> tags (MIME things) and you'll see that it works fine.

Cheers

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to