I have a problem, my applet is signed and crossdomian xml was put at the root of the apache server. Application is accessed through apache https server. If my application(www.dns.com) is accessed with
I have a game application that I will be running in a web browser using thetag. This program has a JFrame, which displays a couple of tabs allowing navigation throughout the program.
I need to make a java applet I can embed in a web page with no security warnings and uses OpenGL. I have been working with JOGL 1.x s开发者_高级运维o far and the code runs great, however I can\'t emb
Im trying to print a datamatrix with jZebra applet but my pri开发者_C百科nter does not work with ZPL. Is there a way to test this without printer (to_PDF)?
I have a Java Applet application. The use case is as follows: The users invoke a URL which is mapped to a Servlet. The servlet as a response returns a JSP page from which the users can navigate in th
import javax.swing.*; import javax.swing.border.TitledBorder; import java.awt.*; import java.awt.event.*;
I have to clone an object which does not implement Cloneable interface how to do this. Actually in my project I am using JCChart .now my class extends MultiChart and I have to craete the deep copy of
I dont understand why in my webAPP When I try to load an Icon by doing this for exemple : ImageIcon rtfIcon = new ImageIcon(\"http://localhost:8080/app/images/rtf.gif\");
Is it possible to trace (log) all file access from a (3rd party) Java applet, that has been granted access to the local disk?
I have an applet made开发者_如何学JAVA with Processing that doesn\'t run in Safari. I have been looking for help online, and changed to using \"code\" instead of \"classid\" in the object tag, because