i am working on an applet with around ten different datasources(e.g. statistics/error-log/...). Each datasource is updated by a single network connection and reports updates via the observer mechanism
I have written a Java applet class and made a small HTML page to include it via the <applet>-tag. (This is running locally on my disk drive for the moment)
I\'ve been working on different ways to do this for 2 full coding days, i need some help: I want to create a multiplayer game in java online. To do this i need communication between the server and th
With desktop applications, to maintain global values, I usually have some singleton or static properties. However, recent days, I have been working with applet. And it causes some trouble because when
I\'m trying to start a NASA World Wind applet in Fir开发者_StackOverflowefox. I see the spinning Java logo in the browser, however it hangs after a couple of seconds and I don\'t see my applet.
I am implementing an applet ---servlet communication.There are two parameters that need to be sent by applet to the servlet.I am not sure can I implement the transferring process as follows? If not, h
I\'ve compiled my applet, created a jar file, generated a keystore db with keytool, signed the jar with jarsigner, and exported the public key ce开发者_如何学JAVArt with keytool.
I am using开发者_运维知识库 Eclipse to develop an applet module, which requires a bunch of libraries. It runs correctly under the Eclipse environment. I would like to know how to embedded this code in
I have created an applet that opens a JFileChooser to select a file on the click of a JButton. It works fine when I run it in Eclipse. When I embed it in an HTML page with the applet tag nothing happe
I have a JApplet that contains a JEditorPane. The JEditorPane has a tooltip text associated with it. The first time the applet is loaded, the tooltip shows correctly but after I click somewhere in the