I am developing an application allow user load an image in a layer. User can draw some picture on another layer and save only the image that user drawn.Here is my code:
How can i disable http caching of all my http connections in my japplet? I dont want any of my http (request/response)to be cached.Regardless of the user settings in control panel\\java\\Temporary Fil
I have created a JApplet using the JUNG library in Netbeans that compiles and runs normally. However, when I try to create an html file that runs the applet, only a grey pane appears but the component
For a java desktop application after we set these properties System.setProperty(\"java.net.useSystemProxies\",\"true\");
I am creating Java applet and extjs button inside JSP file body tag, When I click the button I am creating extjs window with float option.
I am trying to write a log file from an applet. When running as a Java application, I am able to write to 开发者_如何学Pythonthe files,
I have an applet that works fine in the applet viewer but once deplayed to the server it can\'t parse the XML files
I\'m running the below applet. In it, the moment I add the constructor (even开发者_如何学JAVA empty), the applet throws a runtime exception:
I have designed an applet that is shown in a separate java window (and a blank web browser window also appears) but i\'d like it to be displayed in the web browser. I have no clue about it. Should I c
I\'m creating an applet which consists of a class which extends JApplet, with a menubar and a class which extends a JPanel.(So there is a menubar and a JPanel shown in the applet).