adding javafx to IntelliJ

This commit is contained in:
Ben Fry
2021-06-20 20:49:27 -04:00
parent a3ff124499
commit 02a41321eb
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
<module fileurl="file://$PROJECT_DIR$/core/methods/processing4-core-preproc.iml" filepath="$PROJECT_DIR$/core/methods/processing4-core-preproc.iml" />
<module fileurl="file://$PROJECT_DIR$/java/libraries/dxf/processing4-dxf.iml" filepath="$PROJECT_DIR$/java/libraries/dxf/processing4-dxf.iml" />
<module fileurl="file://$PROJECT_DIR$/java/processing4-java.iml" filepath="$PROJECT_DIR$/java/processing4-java.iml" />
<module fileurl="file://$PROJECT_DIR$/java/libraries/javafx/processing4-javafx.iml" filepath="$PROJECT_DIR$/java/libraries/javafx/processing4-javafx.iml" />
<module fileurl="file://$PROJECT_DIR$/build/jre/processing4-jre.iml" filepath="$PROJECT_DIR$/build/jre/processing4-jre.iml" />
<module fileurl="file://$PROJECT_DIR$/java/libraries/net/processing4-net.iml" filepath="$PROJECT_DIR$/java/libraries/net/processing4-net.iml" />
<module fileurl="file://$PROJECT_DIR$/java/libraries/pdf/processing4-pdf.iml" filepath="$PROJECT_DIR$/java/libraries/pdf/processing4-pdf.iml" />
+1
View File
@@ -41,6 +41,7 @@ o build bits should be in core/build.xml or javafx/build.xml
X by moving it out, all the strangeness of download and import is outside core
_ "WARNING: Unsupported JavaFX configuration" when running Tools that use JavaFX
_ we were probably spared the warnings because the older JARs were hanging around
_ add JavaFX library to IntelliJ