I\'ve recently had some quite strange race condition in the applet code. Looks like init() and start() methods have been called by different threads in pre-2 java plugin version. What do you think, is
[Note: I have modified my original post to provide some clarifications - m.e.] Does anyone know of a way to embed a web browser within a web page, e.g. through a Java applet or similar mechanism? I h
I\'ve written an applet that streams sound data from the server and plays it through the client\'s computer. I have the client get hold of the speaker line with the following function:
In the AppletViewer, my Applet looks like this: In the browser, my Applet looks like this: As you can see, the font is not antialiased. Also the background color is different. And all the text is
I\'m writing a pretty simple game in Java, and I\'m running into the issue of very serious flickering when I play the game as an applet in a browser. That is, all of my sprites, which are being painte
I am building a Java applet that involves downloading images among other resources from a URL.I have discovered that the images are being cached, and can view them in the Java Control Panel under Temp
I\'m running into an issue with my applet.It\'s supposed to take a url and parse the html there to construct an image.I\'ve gotten it to work on my eclipse debugger.However, when I try to use it on a
I have designed an Applet to take a screenshot and save it on the users computer using the java.awt.Robot class.I need to embedd this applet into an html page (using the object tag) so that when the u
I packaged an applet inside a WAR with a bunch of JSP files. when I load the applet outside that WAR it closes perfectly, however in the WAR this doesn\'t happen.
I\'ve create JavaFX applet. It successfully starts under Windows XP/7 in different browsers (Mozilla, Chrome, IE)