We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0cd9b commit 8699ee0Copy full SHA for 8699ee0
README.adoc
@@ -33,7 +33,7 @@ When you develop a Java Swing GUI in practice, you face the following additional
33
* how to combine the results from multiple asynchronous actions (multiple SwingWorker's, Thread's, Future's, ...) into one result for the view?
34
* how to implement Undo/Redo, Validation, Exception-Handling, Timeouts, ...?
35
* how to enforce acyclic relationships between "stuff" to get good (isolated) testability?
36
-* how to deal with backpressure when e.g. the backend is to fast for the frontend and the GUI thread can't keep up?
+* how to deal with backpressure when e.g. the backend is too fast for the frontend and the GUI thread can't keep up?
37
* how to connect an ActionListener on e.g. a "Cancel" button with a just started SwingWorker and disconnect it after the SwingWorker finished?
38
* ...
39
0 commit comments