Re: problems with a JTree in an applet

2001-07-05 Thread Pantarotto, Sio
Have you tried that before Leonard? -Original Message- From: Leonard Wolters [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 6:14 AM To: [EMAIL PROTECTED] Subject: Re: problems with a JTree in an applet Showing the applet is not that difficult: it works without any problems

Re: problems with a JTree in an applet

2001-07-05 Thread Jann VanOver
Is this a JSP thing? Looks like a Java/Swing/Applet thing. -Original Message- From: Pantarotto, Sio [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 12:12 AM To: [EMAIL PROTECTED] Subject: problems with a JTree in an applet Hi All, I am trying to create a JTree in an applet

Re: problems with a JTree in an applet

2001-07-04 Thread Leonard Wolters
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 tags instead of . Then you can even make sure that the browser automatically downloads the JRE (Java runtime environment) needed for displaying the

problems with a JTree in an applet

2001-07-03 Thread Pantarotto, Sio
Hi All, I am trying to create a JTree in an applet to show the file system structure of users, and I am finding it too heavy. I also face the problem that it works ok under Netscape but it does not work at all under MS explorer. I do make use of swing in my frame and I wonder if it may a problem.