Search:

Type: Posts; User: copeg

Search: Search took 0.09 seconds.

  1. Re: How to change color of JMenuItem when mouse is over it

    For future reference, you can iterate over the UIDefaults to check the UI options available and search for the specific key you need to set the UI default value



    UIDefaults ui =...
  2. Re: How to change color of JMenuItem when mouse is over it

    If you wish this to apply to all JMenuItems across your application, use the UIManager to set the look and feel defaults for MenuItem.selectionBackground and MenuItem.background.
    ...otherwise,...
Results 1 to 2 of 2