File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,14 @@ Simple demo command line applications can be found in package `aima.gui.demo`.
1616Graphical demo applications are available based on JavaFX (package ` aima.gui.fx.applications ` ) and
1717Swing (package ` aima.gui.swing.applications ` ). Each platform-specific root package contains an
1818integrated 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.
2022They use different frameworks (sub-package framework) and also differ in function. The JavaFX framework
2123is 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.
2325Execution 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
You can’t perform that action at this time.
0 commit comments