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 ee57ba9 commit 937c11aCopy full SHA for 937c11a
README.md
@@ -19,7 +19,7 @@ with using direct calls with interfaces over events because that makes it easier
19
not use any dependency injection framework such as guice since I wanted to keep it as pure Java 9 as possible for instructional purposes.
20
This app is also built with the new module approach in Java 9. The UI is built with pure Java code instead of using fxml since I prefer
21
it that way giving me more control over my code. Also the UI is built to be resizable meaning the UI-components adapt their size when
22
-the main application windows is being resized.
+the main application window is being resized.
23
24
<h4> Backend </h4>
25
0 commit comments