|
Java™ by example!
|
|
|
How do I change the colors of my JMenu and JMenuItems?
Use setForeground and setBackground. You can change the default selection colors using the UIManager. Main.java:
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|