Re: [testimonial] Distributing NetBeans Platform App with JavaFX really do work

2020-03-15 Thread Ty Young
On 3/15/20 6:42 AM, Patrik Karlström wrote: Given my problems the last couple of months and seeing people here in the same situation, I thought that I should write about what I ended up doing. It was really easy in the past when one could just distribute the application and then relying

Re: JavaFX11 on Netbeans 11.3 (Gradle)

2020-03-15 Thread Jonathan Bergh
Thanks Laszlo, So the problem is there is a missing module-info.java in the test packages? And because this is missing, gradle is breaking? Maybe we shall treat the whole project modular even if just the main sourceset has module-info.java (even that is technically incorrect). I'm not sure what

Re: 11.3 - font size much smaller

2020-03-15 Thread Jonathan Mills
Thanks for the suggestion Jean-Claude.  As you say this changes the other fonts. Jonathan On 15/03/2020 13:48, Jean-Claude Dauphin wrote: Hi Jonathan, I had the same problem and solved  the issue as follow: I edited the |netbeans.conf| file, which is in the |/etc| subdirectory of NetBeans

Re: 11.3 - font size much smaller

2020-03-15 Thread Jonathan Mills
I will assist all I can Geertjan! This from Help->About 11.2: *Product Version:* Apache NetBeans IDE 11.2 *Java:* 1.8.0_191; Java HotSpot(TM) 64-Bit Server VM 25.191-b12 *Runtime:* Java(TM) SE Runtime Environment 1.8.0_191-b12 *System:* Windows 10 version 10.0 running on amd64; Cp1252;

Re: 11.3 - font size much smaller

2020-03-15 Thread Geertjan Wielenga
No, you shouldn’t. Can you help us to help you — tell us which JDK were you using in 11.2 and which in 11.3? If you need to change the size of other parts of NetBeans, use fontsize flag in netbeans.conf? Gj On Sun, 15 Mar 2020 at 15:01, Jonathan Mills wrote: > I can. It only changes the

Re: JavaFX11 on Netbeans 11.3 (Gradle)

2020-03-15 Thread Laszlo Kishalmi
Hi I've just checked out the mentioned library. It is on version 11.32 (the hansolo lib, not NetBeans). It works if you delete the TestLauncher.java from the eu.hansolo.tilesfx package. I think the maintainer of the code was a bit loose when he made that release. If you check the

Re: 11.3 - font size much smaller

2020-03-15 Thread Jean-Claude Dauphin
Hi Jonathan, I had the same problem and solved the issue as follow: I edited the netbeans.conf file, which is in the /etc subdirectory of NetBeans installation and added netbeans_default_options="--fontsize 24 .. Hope it helps, Best wishes Jean-Claude On Sat, Mar 14, 2020 at 11:31 PM

Re: 11.3 - font size much smaller

2020-03-15 Thread Geertjan Wielenga
And can you go to the Options window and change the font size there? Gj On Sun, 15 Mar 2020 at 13:38, Geertjan Wielenga wrote: > Are you using the same JDK with 11.3 as you were with 11.2 (which one)? > > Gj > > On Sun, 15 Mar 2020 at 13:35, Jonathan Mills > wrote: > >> Thanks for the

Re: 11.3 - font size much smaller

2020-03-15 Thread Geertjan Wielenga
Are you using the same JDK with 11.3 as you were with 11.2 (which one)? Gj On Sun, 15 Mar 2020 at 13:35, Jonathan Mills wrote: > Thanks for the suggestion Ty. I will go and find a mouse. Middle button > scrolling on the trackpad doesn't seem to work at all > > But, why did it change from 11.2

JavaFX11 on Netbeans 11.3 (Gradle)

2020-03-15 Thread Jonathan Bergh
Hi all, I am trying to compile a third party library using NB 11.3 and built in Gradle supports. Project specifications are: 1) NB 11.3 running on Amazon Corretto JDK 11.02 2) Gradle options (Standard Gradle version 6.2.2) - Use wrapper preferred 3) OpenJFX11.02 installed to /Program

[testimonial] Distributing NetBeans Platform App with JavaFX really do work

2020-03-15 Thread Patrik Karlström
Given my problems the last couple of months and seeing people here in the same situation, I thought that I should write about what I ended up doing. It was really easy in the past when one could just distribute the application and then relying on the “world wide” JRE to take care of the rest.

Re: 11.3 - font size much smaller

2020-03-15 Thread Ty Young
On 3/14/20 5:31 PM, Jonathan Mills wrote: I switched from 11.2 to 11.3 on Windows 10, and my font size is much much smaller. So small I can hardly read it. With 11.2 if I fullsized the window I get 39 lines of code displayed in the editor (and legible) With 11.3 it's 84 lines, and too