Change log
- Support
JInternalFrame
andJDesktopPane
. (issues #39 and #11) - Table: Support positioning the column sort arrow in header right, left, top or
bottom. (issue #34) - ProgressBar: Fixed visual artifacts in indeterminate mode, on HiDPI screens at
125%, 150% and 175% scaling, when the progress moves around. - TabbedPane: New option to allow tab separators to take full height (to enable
useUIManager.put( "TabbedPane.tabSeparatorsFullHeight", true );
). (issue
#59, PR #62) - CheckBox and RadioButton: Do not fill background if
contentAreaFilled
is
false
. (issue #58, PR #63) - ToggleButton: Make toggle button square if it has an icon but no text or text
is "..." or a single character. - ToolBar: No longer use special rollover border for buttons in toolbar. (issue
#36) - ToolBar: Added empty space around buttons in toolbar and toolbar itself (see
UI default valuesButton.toolbar.spacingInsets
andToolBar.borderMargins
).
(issue #56) - Fixed "illegal reflective access operation" warning on macOS when using Java
12 or later. (issue #60, PR #61)