Files
FlatLaf/flatlaf-testing
Karl Tauber 46d3204bc3 MenuBar:
- 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)
2020-06-25 11:36:36 +02:00
..
2020-06-25 11:36:36 +02:00
2019-11-24 16:59:13 +01:00

FlatLaf Testing

This sub-project contains small Swing applications used to develop and test FlatLaf.