OK so here\'s my code: http://www.so.pastebin.com/Qca4ERmy I am trying to use buffers so the applet won\'t flicker upon redraw() but it seems I am having trouble. The applet still flickers....
I have created a new JAR but I cannot see my changes made.It seems like its caching the old JAR. When I do a javaws -viewerI see the date modified column for that JAR as April 7, which is old.Is ther
I have Java Applet(J2EE), I want to make it accessible only to a certain set of users,by authenticating them using use开发者_开发问答rname and password.What is the the best way of doing this?This guid
I have a JFrame which contains a JApplet. There are shortcut keys that I have configured for the JFrame that work fine when the focus is on some panel of it, but once I click into the applet, none of
I have this problem with my applet. It only paints ONE row before it produces the error. Here\'s my code: http://www.so.pastebin.com/RkG5YHVQ
I need an applet which contains one panel. The panel needs to be 550x400 pixels, the JTextField needs to be under the panel dynamic size. I want it to be like this:
OK so, let\'s say I have a Java applet that takes a while to load (~5 secs). It\'s getting the mysql-connector.jar and it\'s loading. Well.. instead of the gray box with the coffe开发者_如何学Goe logo
I have a set of points which define a route and I must draw them so a vehicle\'s moving direction is denoted.
We sell photoalbums which our customers create theirselves using a client album editor program (for Windows). Now we are going to develop an online program so customers could create their albums in th
If I try to create a new xml document in a java applet by this code: http://java.sun.com/j2se/1.4.2/docs/api/javax/xml/parsers/DocumentBuilderFactory.html#newInstance()