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 Chris Miller 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: *

  1. SValmont2000

    Installing Swing plug-in...

    I think you need some JRE (Java Runtime Environment) installed. I dont know which browser version (IE) you need, but I guess the newer ones (>5) should do that.
  2. SValmont2000

    Swing & ServerSocket & Thread

    I think I pretty much already did what you suggested. Mhm, strange. To recapitulate: 1. Create the GUI 2. If the Button is pressed, create a new object of my class ServermainThread, and run that thread. This class starts a serversocket and goes into accept() mode then creates for every...
  3. SValmont2000

    Exiting application

    It is System.exit(int exitcode); Usually you would use System.exit(0); as a sign of successful end of the program. Hope that helped.
  4. SValmont2000

    Swing & ServerSocket & Thread

    Hi, I wrote a small Swing GUI to control my ServerSocket. I have the JFrame class as my main class, display the Frame and then start a new thread that creates the ServerSocket and has an infinite loop with accept() to wait for an incoming connection and then starts a new thread for every...
  5. SValmont2000

    searching in JTree

    Hey @ll, I have a problem and am somewhat stuck. I have a JTree, with the DefaultTreeModel. I have a DefaultMutableTreeNode where othere Def.Mut.TN are attached. How can I get a specific TreeNode, e.g. in my TreeNodes are always Strings stored, so how can I get the TreeNode with an specific...

Part and Inventory Search

Back
Top