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:
Derek DeMoro
2007-02-06 14:20:35 +00:00
committed by derek
parent 329738eb38
commit 7526d1d9e6

View File

@ -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();