Search:

Type: Posts; User: curmudgeon

Search: Search took 0.10 seconds.

  1. Re: Trouble with buttonhandler - Exception in thread "AWT-EventQueue-0"

    Oops, sorry, KW!
  2. Re: Trouble with buttonhandler - Exception in thread "AWT-EventQueue-0"

    You seem to be declaring your array inside the for loop that is supposed to fill it? Don't do that, but instead declare it *before* the for loop. Don't try to manipulate b[0] from within the for loop...
Results 1 to 2 of 2