I have created a java applet which acts like a whiteboard and transmits realtime coordinates using jms connected to activemq broker using Websphere application Server.
In a drawing program like Microsoft’s PaintTM, one of the features available is drawing straight lines. You
I am experimenting with Java applets & communicating between a Servlet & an applet. I am experiencing a HTTP 501 error when I go to retrieve the input stream from my URLConnection object.
I am very new to web-programming things. So I need a suggestion how to implement and choosing the tools for this project.
I am sending a string from an Applet to a Servlet. When I go to get the output stream from the URLConnection I get the exception thrown java.net.UnknownServiceException: protocol doesn\'t support outp
I realsie that similar questions have been answered here about this problem but im really struggling here as this is the first Japplet i have had to make.
I\'m using unsigned applet on my website. Since java 1.6u19 mixed code warnings started to appear. This is strange, because applet is just a single jar and it\'s not using any external resources.
I have a number of classes archived in a jar file.The only thing I have loaded onto the server is the .jar file.There are a number of .class files, but the one with the init() method is called \"Poker
A customer got this Java security warning on one of our ancient java components on a web site we develop:
HI i have an applet included in my html page. The applet consist of a button Button play i want this button to be triggered on click of a enter key, i mean it to be clicked every time i hit enter