Does anyone know of a slick way to detect the version number of the java plug-in on a client's browser? I am looking for a servlet, html, or javascript solution.
-gc "I don't look busy because I did it right the first time."
Does anyone know of a good way to send a fax from a java app. I have been looking for a fax server with a java interface, but haven't been able to come up with much.
-gc "I don't look busy because I did it right the first time."
I have a rmi server and client. Client A (an applet) sends an object to the rmi server for storage in memory (a hash table), and returns a key for later retrieval. Client B (a servlet) uses that key to obtain the object from the server, and then calls a method to remove the object from the...
Hello Everyone,
I have a JFrame with a JScrollPane set as its content pane. The viewport view for the scroll pane is set as a panel, with a number of labels, buttons, lists, etc. added to it. The problem is, when I make the window smaller than the panel with all of the components, I don't get...
Hello All,
I have an applet which I wish to set up a properties file for. I would like the properties file to be included in the jar that I have the rest of my classes in, and then load the properties file from the applet. Is this possible? And if it is, how would I go about it?
-gc
Hello All,
I am sorry ahead of time if this question has already been answered somewhere in the forum, but I couldn't find it. I am simply trying to find a method to clear the tex field of all its text (ie set it back to its original state). When I try to use the method setText( String value...
Hello All,
I am having a problem catching the focus gained event in a JTextField. I have extended JTextField so that I can enter masks into the JTextField (the class was written before the realease of 1.4). The problem is that when the field gains focus, the caret moves to the end of the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.