Search:

Type: Posts; User: GregBrannon

Search: Search took 0.10 seconds.

  1. Re: How to "split off" processor-intensive calculations in Swing ActionListener?

    If ViewController_Graphics presents the Swing UI, then it looks like you're doing the EDT part correctly, though I'm not sure of the purpose of the object 'view'. Sometimes that happens with a work...
  2. Re: How to "split off" processor-intensive calculations in Swing ActionListener?

    Be sure the UI/Swing portion of the app is being run on the EDT. Processes that are processor intensive should be run in a SwingWorker. You can find several articles on how to do this by searching...
Results 1 to 2 of 2