Re: Font difference between XFCE and Cinnamon

2025-06-20 Thread Mitch Claborn
The FlatLaf 3.6 demo works fine as far as changing font family and size. It is not saving the font options between runs, but not sure if it is supposed to. It does save the Theme selection. In the demo I did File > Open on ~/.netbeans/26/config/LookAndFeel/FlatLaf.properties and did not see any c

Re: Font difference between XFCE and Cinnamon

2025-06-20 Thread Mitch Claborn
I ran the demo from this jar: https://download.formdev.com/flatlaf/flatlaf-demo-latest.jar Adding "@foreground = #ff" did take effect - I got red font in various places. Just had an epiphany: I have been adding "--fontsize 16" to netbeans.conf for years (old man, old eyes). I removed that and

Re: Font difference between XFCE and Cinnamon

2025-06-20 Thread Neil C Smith
On Fri, 20 Jun 2025 at 17:32, Mitch Claborn wrote: > The FlatLaf 3.6 demo works fine as far as changing font family and size. It > is not saving the font options between runs, but not sure if it is supposed > to. It does save the Theme selection. > > In the demo I did File > Open on > ~/.netbe

Re: Font difference between XFCE and Cinnamon

2025-06-20 Thread Neil C Smith
On Fri, 20 Jun 2025 at 18:18, Mitch Claborn wrote: > Just had an epiphany: I have been adding "--fontsize 16" to netbeans.conf for > years (old man, old eyes). I removed that and the "defaultFont=36" took > effect. "--fontsize 16" must be overriding or inhibiting some of the FlatLaf > settings.

Changing fontsize in org.openide.explorer.view.TreeTableView

2025-06-20 Thread Rafał Ziółkowski
Hallo, I'm maintaining an Netbeansplatform 8.02 application. It uses TableTreeview using PropertySupport.ReadOnly with attribute "htmlDisplayValue": setValue("htmlDisplayValue", "" + value + ""); But setting size value doesn't change the size of the font in resulting view. But changing

Re: Live Server

2025-06-20 Thread Maciej Jaros
Tom Rushworth (2025-06-20 02:47): Does NetBeans have an equivalent to Visual Studio's Live Server? Depends what you mean by that. NB does have auto-refresh of static files (this should work out of the box, just refresh the page). Java EE apps can also auto-deploy on save (a project option). And