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 f8b3be5 commit 9b07dccCopy full SHA for 9b07dcc
build.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0"?>
2
<project name="Processing JavaFX renderer" default="build">
3
4
- <property name="me" value="processing4-javafx" />
+ <property name="me" value="javafx" />
5
6
<target name="core-check">
7
<property file="local.properties" />
todo.txt
@@ -1,4 +1,7 @@
1280
+X change the name of the subfolder from processing4-javafx to javafx
+X the former didn't work at all
+X had to manually modify the download .zip for the previous release
getting away from reliance on AWT
0 commit comments