Skip to content

Instantly share code, notes, and snippets.

@vainolo
Last active October 28, 2018 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vainolo/09c7cc536d1272d1b75bf0ef506efdbe to your computer and use it in GitHub Desktop.
Save vainolo/09c7cc536d1272d1b75bf0ef506efdbe to your computer and use it in GitHub Desktop.
Changing the Font of a JOptionPane - UIManager
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