|
Java™ by example!
|
|
|
How do I change the font of a JMenuItem?
You can either embed HTML in the JMenuItem's text, or you can call the method setFont. 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!
|
|
|
|
|