Search:

Type: Posts; User: evert67

Search: Search took 0.10 seconds.

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

    Thanks. I'll read more about SwingWorker.

    Just to be sure. My UI code (class ViewController_Graphics) is invoked as follows:



    SwingUtilities.invokeLater(new Runnable() {
    ...
  2. How to "split off" processor-intensive calculations in Swing ActionListener?

    I am writing a program to solve Sudoku puzzles. My user interface is written in Swing.

    When a user presses a "Solve" button, an ActionListener for this button is called. This ActionListener...
Results 1 to 2 of 2