Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Re: while looping a swing worker does not display results on jtable?

    If the loop is executing using the EDT's thread, the GUI won't be updated until the code using that thread returns it to the JVM.

    To see what thread is being used add a println statement to print...
  2. Re: while looping a swing worker does not display results on jtable?

    Why is setModel() called in 2 places? One call is with an empty model.

    Why the loop in run() that is creating panel each time around the loop?
  3. Re: while looping a swing worker does not display results on jtable?

    Please explain what "it fails" means? What happens when the code executes?
Results 1 to 3 of 3