I was wondering how to set the default font for my entire Java swing program. From my research it appears it can be done with UIManager, something to do with LookAndFeel, but I can’t find specifically how to do it, and the UIManager appears pretty complicated.
I was wondering how to set the default font for my entire Java swing
Share
try:
Call by …