Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: godcomplex
  • Content: Threads
  • Order by date
  1. godcomplex

    Detecting Java plug-in version

    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."
  2. godcomplex

    Sending Fax

    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."
  3. godcomplex

    RMI Question

    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...
  4. godcomplex

    JScrollPane and JFrame

    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...
  5. godcomplex

    Loading a Properties File from JAR

    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
  6. godcomplex

    JFormattedTextField: clearing text

    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...
  7. godcomplex

    Focus Events and Text Fields

    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...

Part and Inventory Search

Back
Top