[Original] SWING Tips. 7: Set the global font

xiaoxiao2021-03-06  41

[Original] the Swing technique .7: // set global Font Font set global public static void initGlobalFontSetting (Font fnt) {FontUIResource fontRes = new FontUIResource (fnt); for (Enumeration keys = UIManager.getDefaults () keys (); keys. .hasMoreElements ();) {Object key = keys.nexTelement (); Object value = uimanager.get (key); if (value instanceof fontuiresource UIManager.put (key, fontres);}}

转载请注明原文地址:https://www.9cbs.com/read-57278.html

New Post(0)