I think this is a much better resource for JavaFX. https://openjfx.io/openjfx-docs/
It would also be nice to have a tutorial @ netbeans.apache.org in the "learn" section. Netbeans can, at last, create a FX project that compiles. It does not yet create an environment that will "run" it by default. That is going to be very confusing to people kicking the tires on FX to see if it's a place they want to go. The above reference provides enough help to get the project to run outside Netbeans using a shell script. The module path can also be defined as a project property under the "run" options but new users are probably not going to understand defining the module path which the above reference describes. On Sat, Feb 15, 2020 at 10:23 AM Eric Bresie <[email protected]> wrote: > Wanted to ping the netbeans mailing list to see if there is any input that > could be provided to help on the open jfx as it relates to recent > netbeans.. > > See > > https://wiki.openjdk.java.net/display/OpenJFX/Using+an+IDE#UsinganIDE-UsingNetBeans(JDK-8) > > > I seem to recall sometime back that there was some discussion on usage of > the newer OpenJFX libraries, examples, and additional configuration of new > ones but not an expert on that really. > > Eric Bresie > [email protected] > > > On Wed, Jan 15, 2020 at 2:44 PM Eric Bresie <[email protected]> wrote: > > > Anyone on the Netbeans community want to provide any updates on the > > openjfx IDE page listed below? > > > > Eric Bresie > > [email protected] > > > On January 10, 2020 at 10:52:26 AM CST, Nir Lisker <[email protected]> > > wrote: > > > Hi Robert, > > > > > > I've brought this up in the past. > > > > > > I think that the best solution is for someone from the community to > take > > > that task. I try to keep the Eclipse section updated, we will need > > someone > > > for the other IDE's. > > > > > > - Nir > > > > > > On Fri, Jan 10, 2020 at 10:54 AM Robert Lichtenberger < > > > [email protected]> wrote: > > > > > > > I've noticed that > > > > https://wiki.openjdk.java.net/display/OpenJFX/Using+an+IDE > > > > seems a bit outdated (refers to JDK 1.8, a folder named "rt", which > no > > > > longer exists, etc.). > > > > > > > > Could someone please update this page so that it is easier for > > newcomers to > > > > dive into the development of OpenJFX. > > > > > > > > Thanks, > > > > Robert > > > > > > >
