Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Thread: Action Listener

    by Norm
    Replies
    7
    Views
    4,035

    Re: Action Listener

    No. The values in the variables are available to the rest of the code. Its a question of how to tell the code that wants to use the data that it is available. Perhaps you could start a Thread in the...
  2. Thread: Action Listener

    by Norm
    Replies
    7
    Views
    4,035

    Re: Action Listener

    Try adding some println() statements to the code that show where it is executing and when.

    I don't see where the code sets the variables before you show them. The listener code is not called when...
  3. Thread: Action Listener

    by Norm
    Replies
    7
    Views
    4,035

    Re: Action Listener

    Which variable?
    Can you post the println() output so we can see how the code executed? And where the error occurred.

    It'd help if you'd mark your code with comments like:...
Results 1 to 3 of 3