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
ScrollBar: Show decrease/increase arrow buttons if client property
"JScrollBar.showButtons" is set to true on JScrollPane or JScrollBar.
(issue #25)
FlatLaf.isNativeLookAndFeel() now returns false.
Button: Optionally support gradient borders, gradient backgrounds and shadows
for improved compatibility with IntelliJ platform themes (e.g. for Vuesion,
Spacegray and Material Design Dark themes).
Button: Fixed help button styling in IntelliJ platform themes.
ScrollPane: Paint disabled border if view component (e.g. JTextPane) is
disabled.