Re: NetBeans IDE 12.2 - Failed to automatically set-up JavaFX Platform

2021-01-01 Thread Paolo Colamarino
Thank you. I will try to use Maven-based JavaFX projects. Sincerely. Paolo Colamarino Il giorno ven 1 gen 2021 alle ore 07:10 HRH ha scritto: > I agree. I also prefer implementing Maven-based JavaFX projects. > > On Friday, January 1, 2021, 7:43:51 AM GMT+3:30, Will Hartung < > willhart...@gmail

Re: Netbeans/Maven Resource Bundle problem (classpath?)

2021-01-01 Thread Jeff Schmidt
Thanks. Manually creating that structure and moving the files did get it working. Still, it feels like NetBeans could do more to support this and make it work automatically. On 1/1/21 10:48 AM, Ernie Rael wrote: On 1/1/2021 6:28 AM, Jeff Schmidt wrote: Hello, ...   For some reason, I got

Re: Netbeans/Maven Resource Bundle problem (classpath?)

2021-01-01 Thread Ernie Rael
On 1/1/2021 6:28 AM, Jeff Schmidt wrote: Hello, ...   For some reason, I got it in my head after getting the CelsiusConverter tutorial project created and working, It can be fun to play to run NetBeans's Internationalization Wizard to internationalize the project (ie move string cons

Re: [netbeans-platform] How to integrate UTF-8 .properties files efficiently?

2021-01-01 Thread Jerome Lelasseux
> With that, we could only recommend to take a break, go for running, ride a > bike, etc.The best programmer advise indeed ! ;-) I finally made a dirty hack: manually replacing the NbBundle .class files from org-openide-util.jar directly in the Netbeans/platform/lib folder ! It works fine. I