Re: Releasing a Netbeans platform application to the general public

2019-09-16 Thread Emilian Bold
Note that Azul Zulu has some specific terms of use which are not good if you allow random people to download it: > You also represent and warrant that you do not intend to distribute the software in a manner that is not compliant with relevant export control laws or regulations administered by

Re: JavaFX deployment library not found in active JDK

2019-09-16 Thread Geertjan Wielenga
Use openjfx.io via Maven integrated in Apache NetBeans 11.1. Gj On Mon, 16 Sep 2019 at 15:39, Chris Olsen wrote: > Hello, Everyone -- > > "Trigger" warning -- I am not a developer, just an amateur programmer > with a large FX project. > > I am not sure what information would be helpful,

JavaFX deployment library not found in active JDK

2019-09-16 Thread Chris Olsen
Hello, Everyone -- "Trigger" warning -- I am not a developer, just an amateur programmer with a large FX project. I am not sure what information would be helpful, but here is my story: I am running with two PCs, Windows 7 and 10, and have arrived at the same problem. I have installed

Re: Problem installing Apache Netbeans 11.1

2019-09-16 Thread Fernando Rodriguez
El 16/9/19 a las 11:50, Alessandro Riva escribió: Hi everyone, I can't install this IDE because I get this error: "NetBeans installer lock file exists". Previously I had installed version 8.2. How can I fix it? what S.O? reboot and try it. -- A/P Fernando Rodriguez Analista Técnico

Problem installing Apache Netbeans 11.1

2019-09-16 Thread Alessandro Riva
Hi everyone, I can't install this IDE because I get this error: "NetBeans installer lock file exists". Previously I had installed version 8.2. How can I fix it?

[platform] Adding the WindowManager to a SwingNode

2019-09-16 Thread Patrik Karlström
I'm working on a hybrid platform app in the sense of combing Swing and JavaFx. Swing is used for the main window, dialogs and the "window manager tabs", everything else is JavaFx, including the content of the TopComponents. The tool- and statusbar is also JavaFx.