FXML

2020-07-01 Thread John Brice
Hello all, I have a few minor FXML-related issues I hope someone can help with. Win10, NB12, JDK14, Maven but I've seen these since at least NB10, JDK11 and across multiple computers. 1) Most days (but not every day) I have to reactivate JavaFX (Tools > Options > Java > JavaFX) and restart NB.

Re: [jira] [Commented] (NETBEANS-4513) Font Chooser does not include user installed fonts

2020-06-30 Thread John Brice
to pick two with the same issue. I'll stick to running NetBeans on JDK14, thanks again. From: John Brice Sent: 30 June 2020 16:33 To: Laszlo Kishalmi (Jira) Subject: Re: [jira] [Commented] (NETBEANS-4513) Font Chooser does not include user installed fonts Hi

Fonts not available for selection

2020-06-30 Thread John Brice
Hello all, NetBeans 12.0 on Zulu JDK 11.0.7 and Windows 10 1909 After adding new fonts (Office Code Pro, IBM Plex Mono), they are not available for selection in Tools > Options > Fonts & Colors. I've installed both OTF and TTF versions of the fonts, I've deleted both the cache dir and the user

RE: Quirks when running Netbeans 11.3 on a laptop

2020-04-29 Thread John Brice
I’ve had similar problems on Windows 10, netbeans 11.0 – 11.3 and JDK 12/13. Line numbers disappear and nodes in the Projects pane go missing or become unresponsive. I’ve changed my power settings to ‘never sleep’ but I still get the same issues if I leave netbeans for a long time (1 – 2 hours

RE: debug maven javafx app

2019-05-10 Thread John Brice
Excellent Joe! Thank you. John From: joe schmo Sent: Thursday, May 9, 2019 6:54:58 PM To: John Brice; users@netbeans.apache.org Subject: Re: debug maven javafx app I don't know how to forward a previous message as an attachment, however, Thomas Zimmermann has

debug maven javafx app

2019-05-09 Thread John Brice
How do I configure the Debug action for a Maven JavaFX project? Using NB11, JDK12 & OpenJFX 12.0.1 and the instructions at https://openjfx.io/openjfx-docs/#IDE-NetBeans I can edit, compile and run but I can’t figure out what to put in nbactions.xml to make debug work. I’ve been using