Last active
October 28, 2018 18:12
-
-
Save vainolo/09c7cc536d1272d1b75bf0ef506efdbe to your computer and use it in GitHub Desktop.
Changing the Font of a JOptionPane - UIManager
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javax.swing.UIManager.put("OptionPane.messageFont", new Font("Segoe UI", Font.PLAIN, 25)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment