You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The value of ButtonConstants.KEY_SQUARE no longer affects the arc size of buttons.
If a button specifies the ButtonConstants.VARIANT_BORDERLESS style it no longer has a default margin of the focus border size.
Use AbstractButton#setMargin to add back a margin.
Added option to specify a custom JScrollPane for use with OverlayScrollPane.
Color improvements and accent/selection color support for OneDark theme.
Selection color support for Solarized themes.
Added preset selection colors corresponding to each accent color.
Try to keep original pointer location when aligning tooltip.
Added warning for when a themed icon isn't loaded as themed.
Added warning for when a non-themed icon is loaded as themed.
Improved sub-pixel antialiasing for non-opaque windows on Windows. (Relevant JDK issue)
Before:
After:
Addressed issues
NPE when navigating tree in some scenarios. #182198e5fb
Default buttons loose their default status after the theme has changed. 333f8a4
NPE when calculating baseline for text fields. #184dec0c8e
DarkTextBorder on a component which isn't a JTextField has incorrect insets. 133bed0
Unfocused cells have the wrong foreground color. 4cba70f
JList incorrectly doesn't fully paint rows with striped background. e11da55