Skip to content

Commit 7daece3

Browse files
Update README.md
1 parent 094ca89 commit 7daece3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

aima-gui/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ Simple demo command line applications can be found in package `aima.gui.demo`.
1616
Graphical demo applications are available based on JavaFX (package `aima.gui.fx.applications`) and
1717
Swing (package `aima.gui.swing.applications`). Each platform-specific root package contains an
1818
integrated application providing access to all integrable applications. The individual applications are placed
19-
in sub-packages. Note that JavaFX and Swing applications are structured quite differently.
19+
in sub-packages.
20+
21+
Note that JavaFX and Swing applications are structured quite differently.
2022
They use different frameworks (sub-package framework) and also differ in function. The JavaFX framework
2123
is the newer of the two. It uses newer technology, its code design is more elegant
2224
(see the [Wiki](https://github.com/aimacode/aima-java/wiki)), and already now more applications are available.
2325
Execution of experiments can be controlled with just one button (try Mouse-Right on the Start button to
24-
toggle between StepMode and VeryFast.
26+
toggle between StepMode and VeryFast).
2527

2628
![NQueensCspApp Demo Application](https://github.com/aimacode/aima-java/blob/AIMA3e/aima-gui/src/main/uml/NQueensCspApp.png)
2729

0 commit comments

Comments
 (0)