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