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
Made JComboBox, JProgressBar, JSpinner and JXDatePicker non-opaque. JPasswordField, JScrollPane and JTextField are non-opaque if they have
an outside focus border (e.g. IntelliJ and Darcula themes). (issues #20 and #17)
Button: Hover and pressed background colors are now derived from actual button
background color. (issue #21)
Table: Fixed missing upper right corner (e.g. in SwingX JXTable with column
control visible).