This is a bug fix release. Users of version 1.1
are recommended to update to 1.1.1
.
Change log
New features and improvements
- Native window decorations: Support disabling native window decorations per
window. (set client propertyJRootPane.useWindowDecorations
tofalse
on root pane). - Support running on WinPE. (issue #279)
Fixed bugs
- Native window decorations: Fixed missing animations when minimizing,
maximizing or restoring a window using window title bar buttons. (issue #282) - Native window decorations: Fixed broken maximizing window when restoring frame
state at startup. (issue #283) - Native window decorations: Fixed double window title bar when first disposing
a window withframe.dispose()
and then showing it again withframe.setVisible(true)
. (issue #277) - Custom window decorations: Fixed NPE in
FlatTitlePane.findHorizontalGlue()
. (issue #275) - Custom window decorations: Fixed right aligned progress bar in embedded menu
bar was overlapping window title. (issue #272) - Fixed missing focus indicators in heavy-weight popups. (issue #273)
- InternalFrame: Fixed translucent internal frame menu bar background if
TitlePane.unifiedBackground
istrue
. (issue #274) - Extras: UI Inspector: Fixed
InaccessibleObjectException
when running in Java 16.