Highlights
New menu styling:
Change log
- Menus:
- Changed menu bar and popup menu background colors (made brighter in light
themes and darker in dark themes). - Highlight items in menu bar on mouse hover. (issue #49)
- Popup menus now have empty space at the top and bottom.
- Menu items now have larger left and right margins.
- Made
JMenu
,JMenuItem
,JCheckBoxMenuItem
andJRadioButtonMenuItem
non-opaque.
- Changed menu bar and popup menu background colors (made brighter in light
- TextField, FormattedTextField and PasswordField: Select all text when a text
field gains focus for the first time and selection was not set explicitly.
This can be configured to newer or always select all text on focus gain (see
UI default valueTextComponent.selectAllOnFocusPolicy
). - ProgressBar: Made progress bar paint smooth in indeterminate mode.