I\'m using Firefox to view my applets, but when I make changes it\'s still the old version that Firefox is displaying.The only way I can change the version Firefox is showing me is by changing the nam
I have an applet for scanning documents (using JTwain). My applet is made up of a jar I wrote, a couple of third party jars, and a dll (wrapped in the JTwain jar). I intend to load the applet, then ac
Okay,so I made a small game in JavaFX 2.0, and I have a player shot sound which plays each time the player shoots. Works great on desktop, but doesn\'t play on applet.
I need help in my Java applet. import java.awt.*; import java.applet.*; public class Screen extends Applet{
I\'m currently developing a web app where I make use of digital signing of forms using the portuguese citizen card and java applets.
I would like to make a page where I can load other pages from different domains into it. Loaded pages should work as they work by themselves.
I\'m trying to write a simple paint applet with Java, but I\'m having trouble with BasicStroke.Initially, my plan was to try to somehow draw a line with a width, but the API apparently doesn\'t suppor
I\'m doing a bit of testing with the JTwain Library. I need to attach scanning functionality to a Django App. I\'ve got a bit of code that will run locally but I can\'t make it work in an applet.
I need to open a document for editing with associated application on MAC OS X from Java applet. The document is located on a WebDAV 开发者_运维问答server.
Following is the applet code below: import javax.swing.*; import java.awt.*; import java.applet.Applet; import java.awt.Graphics;