Skip to content

Commit 79676af

Browse files
committed
Merge branch 'main' into hf_1
2 parents 885d093 + d3f8545 commit 79676af

10 files changed

+73
-73
lines changed

.bloop/bloop.settings.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"semanticDBVersion": "4.4.30",
3-
"supportedScalaVersions": [
4-
"2.13.7",
5-
"2.12.15",
6-
"2.12.14",
7-
"2.12.13",
8-
"2.12.12",
9-
"2.12.11",
10-
"2.13.4",
11-
"2.13.5",
12-
"2.13.6",
13-
"2.11.12",
14-
"2.12.8",
15-
"2.12.9",
16-
"2.12.10",
17-
"2.13.0",
18-
"2.13.1",
19-
"2.13.2",
20-
"2.13.3"
21-
]
2+
"semanticDBVersion": "4.4.30",
3+
"supportedScalaVersions": [
4+
"2.13.7",
5+
"2.12.15",
6+
"2.12.14",
7+
"2.12.13",
8+
"2.12.12",
9+
"2.12.11",
10+
"2.13.4",
11+
"2.13.5",
12+
"2.13.6",
13+
"2.11.12",
14+
"2.12.8",
15+
"2.12.9",
16+
"2.12.10",
17+
"2.13.0",
18+
"2.13.1",
19+
"2.13.2",
20+
"2.13.3"
21+
]
2222
}

.mill-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.0-M5
1+
0.10.2

README.md

Lines changed: 2 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ shows a button. In the first application, when pressed the message:
1717
Hello World!
1818

1919
is written to console. One can exit the application when desired. The second
20-
application starts up a very small dialog box. Pressing the button terminates
20+
application starts up a very small dialogue box. Pressing the button terminates
2121
the application. Each of these demonstrates alternate ways of starting up a
2222
JavaFX/OpenFX application from Scala.
2323

@@ -171,7 +171,7 @@ javafx.resolvedIvyDeps Failed to load source dependencies
171171
## Adding the classifier
172172

173173
We added a classifier automatically. In the working Mill versions we see that it makes
174-
no difference toi the downloaded artifacts.
174+
no difference to the downloaded artifacts.
175175

176176
## Java Installation
177177

@@ -214,53 +214,3 @@ user@machine:~$readlink -f /usr/bin/java
214214
Look at [Gradle JavaFX plugin](https://github.com/openjfx/javafx-gradle-plugin)
215215
It provides the module paths
216216

217-
# Libraries
218-
219-
## Layout libraries
220-
221-
1. http://miglayout.com/
222-
223-
## Widget Libraries
224-
225-
1. https://github.com/HanSolo/Medusa
226-
1. https://github.com/HanSolo/tilesfx
227-
1. https://github.com/kordamp/jsilhouette
228-
1. https://github.com/jidesoft/jidefx-oss (dead?)
229-
1. https://github.com/FXMisc/RichTextFX
230-
1. https://jfxtras.org/
231-
1. https://github.com/controlsfx/controlsfx
232-
1. https://github.com/gluonhq/maps
233-
1. http://www.object-refinery.com/orsoncharts/
234-
1. https://github.com/jfree/orson-charts
235-
1. https://github.com/HanSolo/charts
236-
1. https://openjfx.io/javadoc/13/javafx.controls/javafx/scene/chart/package-summary.html
237-
238-
## Styling Libraries
239-
240-
1. https://github.com/sshahine/JFoenix
241-
1. https://github.com/kordamp/bootstrapfx
242-
1. https://bitbucket.org/Jerady/fontawesomefx/src/master/
243-
1. https://github.com/kordamp/ikonli
244-
245-
## Testing Libraries
246-
247-
1. https://github.com/TestFX/TestFX
248-
1. http://testfx.github.io/TestFX/
249-
250-
## Frameworks
251-
252-
1. http://afterburner.adam-bien.com/
253-
1. https://github.com/AdamBien/followme.fx (dead?)
254-
1. https://github.com/JacpFX/JacpFX (dead?)
255-
1. http://jacpfx.org/
256-
1. https://github.com/sialcasa/mvvmFX (dead?)
257-
1. http://griffon-framework.org/
258-
1. https://github.com/griffon/griffon
259-
1. https://github.com/basilisk-fw/basilisk (dead?)
260-
261-
## List of JavaFX stuff
262-
263-
1. https://github.com/mhrimaz/AwesomeJavaFX
264-
265-
266-
1. https://github.com/brunomnsilva/JavaFXSmartGraph
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/libraries.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Libraries
2+
3+
## Layout libraries
4+
5+
1. http://miglayout.com/
6+
7+
## Widget Libraries
8+
9+
1. https://github.com/HanSolo/Medusa
10+
1. https://github.com/HanSolo/tilesfx
11+
1. https://github.com/kordamp/jsilhouette
12+
1. https://github.com/jidesoft/jidefx-oss (dead?)
13+
1. https://github.com/FXMisc/RichTextFX
14+
1. https://jfxtras.org/
15+
1. https://github.com/controlsfx/controlsfx
16+
1. https://github.com/gluonhq/maps
17+
1. http://www.object-refinery.com/orsoncharts/
18+
1. https://github.com/jfree/orson-charts
19+
1. https://github.com/HanSolo/charts
20+
1. https://openjfx.io/javadoc/13/javafx.controls/javafx/scene/chart/package-summary.html
21+
22+
## Styling Libraries
23+
24+
1. https://github.com/sshahine/JFoenix
25+
1. https://github.com/kordamp/bootstrapfx
26+
1. https://bitbucket.org/Jerady/fontawesomefx/src/master/
27+
1. https://github.com/kordamp/ikonli
28+
29+
## Testing Libraries
30+
31+
1. https://github.com/TestFX/TestFX
32+
1. http://testfx.github.io/TestFX/
33+
34+
## Frameworks
35+
36+
1. http://afterburner.adam-bien.com/
37+
1. https://github.com/AdamBien/followme.fx (dead?)
38+
1. https://github.com/JacpFX/JacpFX (dead?)
39+
1. http://jacpfx.org/
40+
1. https://github.com/sialcasa/mvvmFX (dead?)
41+
1. http://griffon-framework.org/
42+
1. https://github.com/griffon/griffon
43+
1. https://github.com/basilisk-fw/basilisk (dead?)
44+
45+
## List of JavaFX stuff
46+
47+
1. https://github.com/mhrimaz/AwesomeJavaFX
48+
49+
50+
1. https://github.com/brunomnsilva/JavaFXSmartGraph
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)