Menus: scroll large menus using mouse wheel or up/down arrows (issue #225)

This commit is contained in:
Karl Tauber
2022-03-14 11:41:05 +01:00
parent f6b42754de
commit fef6ae7ff7
16 changed files with 384 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ FlatLaf Change Log
#### New features and improvements
- Menus: Improved usability of submenus. (PR #490; issue #247)
- Menus: Scroll large menus using mouse wheel or up/down arrows. (issue #225)
- Linux: Support using custom window decorations. Enable with
`JFrame.setDefaultLookAndFeelDecorated(true)` and
`JDialog.setDefaultLookAndFeelDecorated(true)` before creating a window.