Re: How to installAFX on Netbeans 12.4

2021-08-31 Thread Geertjan Wielenga
Indeed, no need to install JavaFX.

Go to Java | Maven in the New Project dialog, and you'll find the two
OpenJFX Gluon Maven archetypes there to get you started.

Gj

On Tue, Aug 31, 2021 at 6:51 PM Pieter van den Hombergh <
pieter.van.den.hombe...@gmail.com> wrote:

> i assume that with installing you mean making it available for your
> programs.
>
> your best bet is to start from one of the examples. from tge maven
> examples choose one of the javafx samples. then build an run it. you should
> then have a reasonable startingpoint.
> pieter
>
> Op di 31 aug. 2021 16:36 schreef Zulfi Khan :
>
>> Hi,
>> I have netbeans 12.4 installed on my system. Somebody please guide me how
>> to install JavaFX on Netwbeans 12.4.
>>
>> Zulfi.
>>
>


Re: How to installAFX on Netbeans 12.4

2021-08-31 Thread Pieter van den Hombergh
i assume that with installing you mean making it available for your
programs.

your best bet is to start from one of the examples. from tge maven examples
choose one of the javafx samples. then build an run it. you should then
have a reasonable startingpoint.
pieter

Op di 31 aug. 2021 16:36 schreef Zulfi Khan :

> Hi,
> I have netbeans 12.4 installed on my system. Somebody please guide me how
> to install JavaFX on Netwbeans 12.4.
>
> Zulfi.
>


Re: Java Swing Problem

2021-08-31 Thread Geertjan Wielenga
Probably, if you're a complete beginner, start with "Java with Ant".

Gj

On Tue, Aug 31, 2021 at 5:03 PM Mithat Karaoglu 
wrote:

> There are three Java nodes:
> Java with Maven
> Java with Gradle
> Java with Ant
>
> Under each node there is 'Java Application'.
>
> =
> Mithat Karaoglu
> Email: mithat.karao...@gmail.com
>
>
> On Tue, Aug 31, 2021 at 10:53 AM Zulfi Khan 
> wrote:
>
>> Hi,
>>
>> I am trying to following the following tutorial at:
>> Designing a Swing GUI in NetBeans IDE
>> 
>>
>> Designing a Swing GUI in NetBeans IDE
>>
>> Apache NetBeans
>>
>> Designing a Swing GUI in NetBeans IDE - Apache NetBeans
>> 
>>
>>
>>
>> To create a new ContactEditor application project:
>>
>>1.
>>
>>Choose File > New Project. Alternately, you can click the New Project
>>icon in the IDE toolbar.
>>2.
>>
>>In the Categories pane, select the Java node and in the Projects
>>pane, choose Java Application. Click Next.
>>
>>
>>
>> In the step 2, I can't find Java node, somebody please guide me.
>>
>> Zulfi.
>>
>


Re: Java Swing Problem

2021-08-31 Thread Mithat Karaoglu
There are three Java nodes:
Java with Maven
Java with Gradle
Java with Ant

Under each node there is 'Java Application'.

=
Mithat Karaoglu
Email: mithat.karao...@gmail.com


On Tue, Aug 31, 2021 at 10:53 AM Zulfi Khan 
wrote:

> Hi,
>
> I am trying to following the following tutorial at:
> Designing a Swing GUI in NetBeans IDE
> 
>
> Designing a Swing GUI in NetBeans IDE
>
> Apache NetBeans
>
> Designing a Swing GUI in NetBeans IDE - Apache NetBeans
> 
>
>
>
> To create a new ContactEditor application project:
>
>1.
>
>Choose File > New Project. Alternately, you can click the New Project
>icon in the IDE toolbar.
>2.
>
>In the Categories pane, select the Java node and in the Projects pane,
>choose Java Application. Click Next.
>
>
>
> In the step 2, I can't find Java node, somebody please guide me.
>
> Zulfi.
>


Java Swing Problem

2021-08-31 Thread Zulfi Khan
Hi,
I am trying to following the following tutorial at:Designing a Swing GUI in 
NetBeans IDE

| 
| 
|  | 
Designing a Swing GUI in NetBeans IDE

Apache NetBeans

Designing a Swing GUI in NetBeans IDE - Apache NetBeans
 |

 |

 |





To create a new ContactEditor application project:
   
   -
Choose File > New Project. Alternately, you can click the New Project icon in 
the IDE toolbar.

   -
In the Categories pane, select the Java node and in the Projects pane, choose 
Java Application. Click Next.



In the step 2, I can't find Java node, somebody please guide me.
Zulfi.


How to installAFX on Netbeans 12.4

2021-08-31 Thread Zulfi Khan
Hi,I have netbeans 12.4 installed on my system. Somebody please guide me how to 
install JavaFX on Netwbeans 12.4.
Zulfi.