Highlights
TabbedPane styling
Made tabs separator color lighter in dark themes to make it easier for the user to recognize tabbed panes.
Change log
New features and improvements
- TabbedPane: Made tabs separator color lighter in dark themes so that it is
easier to recognize the tabbed pane. - TabbedPane: Added top and bottom tab insets to avoid that large tab icons are
painted over active tab underline. - TabbedPane: Support hiding separator between tabs and content area (set client
propertyJTabbedPane.showContentSeparator
tofalse
). - CheckBoxMenuItem and RadioButtonMenuItem: Improved checkmark background colors
of selected menu items that have also an icon. This makes it is easier to
recognize selected menu items. - Windows: Made scaling compatible with Windows OS scaling, which distinguish
between "screen scaling" and "text scaling". (issue #175)
Fixed bugs
- ComboBox: If using own
JTextField
as editor, default text field border is
now removed to avoid duplicate border. - ComboBox: Limit popup width to screen width for very long items. (issue #182)
- FileChooser: Fixed localizing special Windows folders (e.g. "Documents") and
enabled hiding known file extensions (if enabled in Windows Explorer). (issue
#178) - Spinner: Fixed
NullPointerException
in case that arrow buttons were removed
to create button-less spinner. (issue #181)