| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| MatthewJavaEditorJavaFX-1.0.exe | 2026-03-29 | 242.1 MB | |
| MatthewJavaEditor-1.0.exe | 2026-03-29 | 111.9 MB | |
| Main.jar | 2026-03-29 | 2.4 MB | |
| HasJavaFX_ForJava22_Windows11x64.jar | 2026-03-29 | 46.3 MB | |
| HasJavaFX_ForJava23_Windows11x64.jar | 2026-03-29 | 46.3 MB | |
| ForJava22_Main.jar | 2026-03-29 | 2.4 MB | |
| ForJava20_Main.jar | 2026-03-29 | 2.4 MB | |
| ForJava21_Main.jar | 2026-03-29 | 2.4 MB | |
| ForJava18_Main.jar | 2026-03-29 | 2.4 MB | |
| ForJava19_Main.jar | 2026-03-29 | 2.4 MB | |
| README.md | 2026-01-01 | 504 Bytes | |
| Totals: 11 Items | 460.7 MB | 3 |
To run the code: java -jar Main.jar
Main.jar is the latest source code made by Java 23.
For earlier releases of Java, there is ForJava22_Main.jar
for Java 22 and ForJava21_Main.jar for Java 21.
Newly created For Java20_Main.jar for Java 20.
To compile from source code use these parameters:
javac -cp gson-2.10.1;Muck.jar;. Main.java
To run compiled code:
java -cp gson-2.10.1;Muck.jar;. Main
Main is the starter class for all this code.