Search:

Type: Posts; User: copeg

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    2,357

    Re: Problems with client/server application

    Its tough to determine the exact problem for some cases like this. My guess is that it does have something to do with the connection and/or communication, which might be timing out or a method like...
  2. Replies
    3
    Views
    2,357

    Re: Problems with client/server application

    The function JFrame.show is deprecated as of Java 1.5. Try changing it to setVisible(true) and see if this fixes the problem
Results 1 to 2 of 2