mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Update fonts in UIManager and Syntehtica
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@6994 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
package org.jivesoftware;
|
||||
|
||||
import de.javasoft.plaf.synthetica.SyntheticaBlueMoonLookAndFeel;
|
||||
import de.javasoft.plaf.synthetica.SyntheticaLookAndFeel;
|
||||
import org.jivesoftware.resource.Default;
|
||||
import org.jivesoftware.smack.XMPPConnection;
|
||||
import org.jivesoftware.smackx.debugger.EnhancedDebuggerWindow;
|
||||
@ -116,6 +117,7 @@ public final class Spark {
|
||||
|
||||
try {
|
||||
UIManager.setLookAndFeel(new SyntheticaBlueMoonLookAndFeel());
|
||||
SyntheticaLookAndFeel.setFont("Dialog", 12);
|
||||
}
|
||||
catch (ParseException e) {
|
||||
e.printStackTrace();
|
||||
|
||||
Reference in New Issue
Block a user