Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    12
    Views
    2,742

    Re: Thread syncronization JAVA GUI

    Eric2012 is spamming the forum.
  2. Replies
    12
    Views
    2,742

    Re: Thread syncronization JAVA GUI

    What do the printlns outputs show you about the timing/sequencing of the events?
    Add more printlns to show when the methods are called and the variables given values.
  3. Replies
    12
    Views
    2,742

    Re: Thread syncronization JAVA GUI

    Is there more than one variable named oos? Do you give one a value and use the other one at the NPE?

    This would be more direct: System.out.println("oos is " + oos);

    You have several debugging...
Results 1 to 3 of 3