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
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
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
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.
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
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