Search:

Type: Posts; User: lex25288

Search: Search took 0.10 seconds.

  1. Replies
    12
    Views
    2,740

    Re: Thread syncronization JAVA GUI

    what?? I figured the problem out by myself, so I thought I'd post the corrected classes, should anyone need them :)
  2. Replies
    12
    Views
    2,740

    Re: Thread syncronization JAVA GUI

    I finally figured it out!
    I managed to make it work by deleting the Upload Button and actionPerformed() and moved the code in it into run()....
    Then I replaced ObjectInputStream and...
  3. Replies
    12
    Views
    2,740

    Re: Thread syncronization JAVA GUI

    These two classes are part of a much larger project for my dissertation (for my bachelor's)..... Once the client's logged in, they can choose what to do amongst four possible choices: Remotely...
  4. Replies
    12
    Views
    2,740

    Re: Thread syncronization JAVA GUI

    it's oos; I added the following lines of code before oos.writeInt(selectedFiles.length);
    if(oos==null) System.out.println("oos is null");
    else System.out.println("oos is not null");

    and it...
  5. Replies
    12
    Views
    2,740

    Re: Thread syncronization JAVA GUI

    the server side just hangs (well that's normal, since it's waiting for the the number of files to be transferred)
    here's the the exception stack trace:
    Exception in thread "AWT-EventQueue-0"...
  6. Replies
    12
    Views
    2,740

    Thread syncronization JAVA GUI

    Hi there I have been having some thread synchronization issues lately, I am trying to write a client/server application which is supposed to transfer files from one computer to another using a given...
Results 1 to 6 of 6