Re: HiDPI fractional scaling

2025-03-01 Thread May Doušak
Thanks, combination od Dsun.java2d.uiScale and Dflatlaf.uiScale works great! On 3/1/25 9:29 PM, avaluedcusto...@freenet.de wrote: Am 01.03.25 um 21:18 schrieb May Doušak: I have a new laptop with HiDPI screen and can't find a way to make NB usable. I'm using Linux / KDE Plasma on Wayland and

Re: How to display the "favorites bar" for a file chooser in a platform application?

2025-03-01 Thread avaluedcustomer
No change for me. I guess I somehow need to define the NetBeans favorites to make that panel appear. But my application has not UI for setting favorites, and I hoped that it would be possible to manage them through the panel in the file chooser. Am 01.03.25 um 19:12 schrieb Michael Bien: Hi,

Re: HiDPI fractional scaling

2025-03-01 Thread avaluedcustomer
Am 01.03.25 um 21:18 schrieb May Doušak: I have a new laptop with HiDPI screen and can't find a way to make NB usable. I'm using Linux / KDE Plasma on Wayland and UI is set to 150% scaling, everything except Netbeans looks OK. By default, netbeans is too small. I tried adding -Dsun.java2d.uiSca

Re: HiDPI fractional scaling

2025-03-01 Thread Darin Miller
In the Netbeans.desktop launcher arguments (4K monitor), I use --fontsize 16 o__ >/ ( )\( ) Darin On Sat, Mar 1, 2025 at 1:20 PM May Doušak wrote: > Hi there, > > I have a new laptop with HiDPI screen and can't find a way to make NB > usable. > I'm using Linux / KDE Plasma on Wayland and UI

HiDPI fractional scaling

2025-03-01 Thread May Doušak
Hi there, I have a new laptop with HiDPI screen and can't find a way to make NB usable. I'm using Linux / KDE Plasma on Wayland and UI is set to 150% scaling, everything except Netbeans looks OK. By default, netbeans is too small. I tried adding -Dsun.java2d.uiScale to _JAVA_OPTIONS environme

Re: How to display the "favorites bar" for a file chooser in a platform application?

2025-03-01 Thread Michael Bien
Hi, nice to hear that someone is using the favorites list integration :) seems to work for me, tested it with:     JFileChooser fs = new FileChooserBuilder("/tmp").createFileChooser();     fs.showOpenDialog(null); in a NetBeans application and it had the shortcuts panel with the favorit

How to display the "favorites bar" for a file chooser in a platform application?

2025-03-01 Thread avaluedcustomer
I would like to include the "favorites bar" in a file chooser from within my NetBeans platform application (the same way the NetBeans IDE does it, when I enable "show favorites in the file chooser" in the FlatLaf configuration. But when I use FileChooserBuilder it displays the standard Swing JF