Re: RCP JavaFX

2020-02-24 Thread Jaroslav Tulach
Hi. This shall give you NetBeans Platform with JavaFX: New Project/Java with Maven/Java Frontend Checkbox the "NetBeans Module" when selecting the supported platform. Let all the modules build and than Run/Debug on the NetBeans Maven Module. The application starts and it has all the JavaFX

Re: RCP JavaFX

2020-02-22 Thread Matthias Bläsing
Hi, Am Samstag, den 22.02.2020, 14:21 -0500 schrieb Scott Palmer: > If you aren’t on Maven I strongly advise to skip it and go straight > to Gradle. It can run Ant tasks during your transition and it is a > much much better system than Maven. It will save you many days of > frustration. (The

Re: RCP JavaFX

2020-02-22 Thread Scott Palmer
> On Feb 3, 2020, at 3:54 PM, Neil C Smith wrote: > > On Mon, 3 Feb 2020, 20:06 Ernie Rael, wrote: > >> PS. I will probably go to maven at some point in the future, but it >> doesn't seem to be time yet (at least for me). >> > > Yes, I can't see myself switching any time soon either. Too

Re: RCP JavaFX

2020-02-21 Thread Ernie Rael
On 2/3/2020 12:54 PM, Neil C Smith wrote: On Mon, 3 Feb 2020, 20:06 Ernie Rael, wrote: It may be that I'm not understanding the jfx plugin. Can it be used "as is" for plain old java or RCP? Could be interesting if you can get it to work in an RCP as it downloads JavaFX on demand, rather

Re: RCP JavaFX

2020-02-03 Thread Neil C Smith
On Mon, 3 Feb 2020, 20:06 Ernie Rael, wrote: > It may be that I'm not understanding the jfx plugin. Can it be used "as > is" for plain old java or RCP? > Could be interesting if you can get it to work in an RCP as it downloads JavaFX on demand, rather than just wrapping it. Could be good for

Re: RCP JavaFX

2020-02-03 Thread Ernie Rael
I have an abandoned NB-80 RCP application which uses JavaFX. My goal is to revive the RCP app under NB-11+ and a modern jfx. Using NB-11.3 and jfx-13 lets me exercise 11.3. I'm still using ant. I saw a javafx v13 plugin on 11.2. I thought that plugin would provide a module that my RCP app

Re: RCP JavaFX

2020-02-03 Thread Luff,Chris
You do not need any plugins. If you want to turn on integration with SceneBuilder that is in Preferences->Java->JavaFx. To create a JavaFX project you need to include at least org.openjfx.javafx-base as a dependency for you project. You can then include the org.openjfx javafx plugin for Gradle

Re: RCP JavaFX

2020-02-01 Thread Geertjan Wielenga
What specifically do you want to do with JavaFX? Gj On Sat, Feb 1, 2020 at 10:06 PM Ernie Rael wrote: > I want to exercise 11.3 with JavaFX. In b2 (built locally) update center > there is "Third Party Libraries" with what seems to be the correct link, > but the JavaFX stuff is not in Available

RCP JavaFX

2020-02-01 Thread Ernie Rael
I want to exercise 11.3 with JavaFX. In b2 (built locally) update center there is "Third Party Libraries" with what seems to be the correct link, but the JavaFX stuff is not in Available Plugins. Can something be done to enable this? -ernie PS. And can the new apache NetBeans plugin portal