Skip to content

Commit 8699ee0

Browse files
committed
updated readme
1 parent 9b0cd9b commit 8699ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ When you develop a Java Swing GUI in practice, you face the following additional
3333
* how to combine the results from multiple asynchronous actions (multiple SwingWorker's, Thread's, Future's, ...) into one result for the view?
3434
* how to implement Undo/Redo, Validation, Exception-Handling, Timeouts, ...?
3535
* 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?
36+
* how to deal with backpressure when e.g. the backend is too fast for the frontend and the GUI thread can't keep up?
3737
* how to connect an ActionListener on e.g. a "Cancel" button with a just started SwingWorker and disconnect it after the SwingWorker finished?
3838
* ...
3939

0 commit comments

Comments
 (0)