Re: JavaFX Make Controller

2021-04-11 Thread David
Yes, it always happens & I have to make the minor changes by hand. David Johson On Sun, 2021-04-11 at 15:05 +0300, Gheorghe TUDOSE wrote: > Hello, > > I've made a very simple Java Modular Application project, added the > JavaFX 13 library and made an empty FXML file. Used SceneBuilder to > add a P

default-properties.xml - autoupdate.catalog.url

2021-04-11 Thread Vladimir Kokovic
Hi, Someone needs to change the nbbuild/default-properties.xml value of "autoupdate.catalog.url", because the existing URL "http://bits.netbeans.org/dev/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms/updates .xml.gz " is no longer valid. Also in the "Update center" list I have 2 mor

Re: JavaFX Make Controller

2021-04-11 Thread Gheorghe TUDOSE
Sorry, I forgot to mention that I'm using NetBeans 12.3 on ubuntu, Java 14, JavaFX 13. În dum., 11 apr. 2021 la 15:35, HRH a scris: > The earlier versions of NB didn't have this issue. > > On Sunday, April 11, 2021, 4:36:10 PM GMT+4:30, Gheorghe TUDOSE < > tudo@gmail.com> wrote: > > > Hello,

Re: JavaFX Make Controller

2021-04-11 Thread HRH
The earlier versions of NB didn't have this issue. On Sunday, April 11, 2021, 4:36:10 PM GMT+4:30, Gheorghe TUDOSE wrote: Hello, I've made a very simple Java Modular Application project, added the JavaFX 13 library and made an empty FXML file. Used SceneBuilder to add a Panel with a

JavaFX Make Controller

2021-04-11 Thread Gheorghe TUDOSE
Hello, I've made a very simple Java Modular Application project, added the JavaFX 13 library and made an empty FXML file. Used SceneBuilder to add a Panel with a Button on it and written by hand an identifier for the OnAction handler. Saved the file, then back in NetBeans tried the Make Controller