Our development environment: Netbeans IDE 12.6, JavaFX 17, Java 11
I have create a Netbeans Platform Application and want to use JavaFX,
I have add JavaFX jar into the wrapped jars, and there are no compile error for
JavaFX in Netbeans IDE,
However, when I run the application, IDE will show follow
You’ll need to describe in detail what doesn’t work.
Gj
On Wed, 12 Jan 2022 at 06:09, 王东华 wrote:
> Thank you very much.
> This book talk about JavaFX with Netbeans and Java 8, I know how to use
> JavaFX with Netbeans and Java 8.
> Now, our envrionment is: JavaFX 17, Netbeans 12.6 and Java 11, i
https://www.amazon.com/JavaFX-Client-Programming-NetBeans-Platform/dp/0321927710
Gj
On Wed, 12 Jan 2022 at 04:05, Chuck Davis wrote:
> Check out Module javafx.swing in the JavaFX documentation.
> It's how I got started on JavaFX.
>
> On Tue, Jan 11, 2022 at 5:59 PM 王东华 wrote:
>
>> Dear,
>>
>>
Check out Module javafx.swing in the JavaFX documentation.
It's how I got started on JavaFX.
On Tue, Jan 11, 2022 at 5:59 PM 王东华 wrote:
> Dear,
>
> I am investigating how to develop with Netbeans 12.6. I create a Netbeans
> platform application and I want to use JavaFX 17 in the application, our