mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
- use derived colors for menu bar hover - use derived colors for menu item selected background - top-level JMenu now uses foreground color from parent JMenuBar This allows changing menu bar background to dark with: UIManager.put( "MenuBar.background", Color.DARK_GRAY ); UIManager.put( "MenuBar.foreground", Color.WHITE ); or menuBar.setBackground( Color.DARK_GRAY ); menuBar.setForeground( Color.WHITE ); (issue #117)
FlatLaf Testing
This sub-project contains small Swing applications used to develop and test FlatLaf.