SValmont2000
Technical User
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 connection. Anyways, if the ServerSocket Thread is started and is in accept mode, my GUI is kind of frozen (it's waiting for the thread to end, i seems to me) Anyone has an idea for a workaround??? Thanks in advance.
S. V.
S. V.