Questions tagged as 'jmenubar'

1
answer

How to change the color of a JMenuBar?

Is there any way to change the background and foreground color of the java menu bar? I looked in various forums and tutorials and could not find a way to change the color of the menu bar. Here's an example: public class menu extends java...
asked by 26.08.2016 / 22:30
1
answer

How do I attach a JMenuBar to the top of the JFrame? [closed]

I forgot how to do this, I remember that I have to put a BorderLayout(... NORTH); . How do I put JMenuBar in JFrame ?     
asked by 13.05.2017 / 22:26