RE: [javafx11][maven] Default JavaFX Maven build doesn't work for JDK 11

2018-11-25 Thread Mathew Dusome
I use the following with my students: Changing to Maven There are a few setting we will have to do to every program we make. Under Project Files -> pom.xml You must change everything under To this: org.openjfx javafx-fxml 11-ea+25

RE: Visual XML

2018-10-05 Thread Mathew Dusome
The plugin might not have been upgraded for 9.0. You might need to tell NetBeans to include the old plugin library. So, does that mean that all the features that are not integrated into Apache NetBeans (incubating) 9.0 cannot be used? No, it does not. Go to Tools | Plugins in Apache NetBeans (

changing NetBeans Maven default pom and nbaction

2018-09-19 Thread Mathew Dusome
Hello, does anyone know if there is a way to change the default pom.xml file and the nbaction.xml that is made by NetBeans when you create a new Maven JavaFX project as I am getting tired of having to change it every time I make a new project. Thanks Mathew Dusome

[java] JavaFX Wizard and settings

2018-09-01 Thread Mathew Dusome
With javaFX coming out of the jdk can we add the option of setting where the openjfx is installed so that we can use the ant javafx wizard to still make programs? Thanks.