I'm using Netbeans 8.0.2 and the Nimbus Look And Feel. At a certain point, when the vertical scroll slider becomes small, it disappears.
Has anyone the same behavior or any fix for that problem?
EDIT: This happens only in Nimbus and Dark Nimbus LAF
There is a bug filed here. Assuming this is your problem, after setting your look and feel to Nimbus, try adding:
LookAndFeel lookAndFeel = UIManager.getLookAndFeel();
UIDefaults defaults = lookAndFeel.getDefaults();
defaults.put("ScrollBar.minimumThumbSize", new Dimension(30, 30));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With