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 Wanet Telecoms Ltd 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

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