java applets  
Author Message
lk





PostPosted: 2003-7-11 7:32:00 Top

java-programmer, java applets Am having problems running java applets.
When I click on an icon on a web page that wants tot run a java applet IE
hangs.
In another instance a program I run puts out Java applets. When I try to
run up the applet I ge the message in the status bar saying "Applet xml
Player started" but all i see where the applet is on the html page is a grey
box.
Please help
lk


 
lk





PostPosted: 2003-7-11 7:49:00 Top

java-programmer >> java applets My email address should email***@***.com
Thanks lk

"lk" <email***@***.com> wrote in message
news:3f0df767$email***@***.com...
> Am having problems running java applets.
> When I click on an icon on a web page that wants tot run a java applet IE
> hangs.
> In another instance a program I run puts out Java applets. When I try to
> run up the applet I ge the message in the status bar saying "Applet xml
> Player started" but all i see where the applet is on the html page is a
grey
> box.
> Please help
> lk
>
>


 
rhlongw@yahoo.com





PostPosted: 2005-5-13 1:24:00 Top

java-programmer >> java applets Hi,

I would like to know how I can save an applet view as a .eps file, so
that I can use it in a laTeX document. I have tried to save it and the
extension was .ser which is not recognized by laTeX.

Thanks..!

 
 
Justin





PostPosted: 2005-6-9 0:36:00 Top

java-programmer >> java applets Hi,

We are researching options on which technologies to use for an advanced
web application. We are planning on using DHTML as much as possible, but
there are a few components that require more traditional desktop
application functionality (mp3 player for example), which can't be
easily accomplished through dhtml or other standard web techniques. So
our list is:

1. Flash - very popular these days, but the development tools are
expensive for us.
2. ActiveX - biggest downside is it runs on IE only
3. Java Applets - Preferred method because Java is our expertise

However I don't know much about the current state of Java applets as a
viable solution for an application that would be used (hopefully) by
millions of people all over the world with all the different browsers,
etc...

Is it difficult to write an applet and have it run the same for
different browsers, jvms, platforms, etc...? I know this is the whole
point of Java, but I remember a time when the WORA paradigm didn't
always hold true for applets...

The other myth is applets are slow. I recently used an applet, and
although it took about 10 seconds to load, it only seemed to do this the
first time it loaded.

Finally, is the Java "plugin" available for the most recent versions of
the IE browser? Do the other browsers support Java as well? I know
Firefox does...

Thanks for the enlightenment.
-Justin

p.s. The triple 3 in my email address is the spam deterrent.
 
 
Oliver Wong





PostPosted: 2005-8-13 4:55:00 Top

java-programmer >> java applets
"Justin" <email***@***.com> wrote in message
news:38Fpe.43954$email***@***.com...
> We are planning on using DHTML as much as possible, but there are a few
> components that require more traditional desktop application functionality
> (mp3 player for example), which can't be easily accomplished through dhtml
> or other standard web techniques.

Not easily, but not impossible either? I'd like to see how you'd
implement an mp3 player in DHTML. =)

- Oliver