Search:

Type: Posts; User: Bagzli

Search: Search took 0.07 seconds.

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

    Solution:


    UIManager.put("TabbedPane.selected", Color.GREEN);
    UIManager.put("MenuItem.selectionBackground", Color.GREEN);
    UIManager.put("MenuItem.selectionForeground", Color.BLUE);...
  2. Re: How to change color of JMenuItem when mouse is over it

    When mouse hovers over background color and foreground color change. Text becomes black, background becomes very light_blueish. This is the default and I have no idea how to overwrite that. With...
  3. How to change color of JMenuItem when mouse is over it

    Title says it all, I want to change background and foreground color's of JMenuItem so that normal background is blue and when I put my mouse over it, it turns to green. once I move my mouse away it...
Results 1 to 3 of 3