mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-10-29 19:57:28 +00:00
Set default font for Spark.
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@5263 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
17ccc73bb6
commit
211a659f9c
@ -173,7 +173,7 @@ public final class Spark {
|
||||
UIManager.put("Tree.closedIcon", SparkRes.getImageIcon(SparkRes.FOLDER_CLOSED));
|
||||
UIManager.put("Button.showMnemonics", Boolean.TRUE);
|
||||
UIManager.put("CollapsiblePane.titleFont", new Font("Dialog", Font.BOLD, 11));
|
||||
UIManager.put("DockableFrameTitlePane.font", new Font("Verdana", Font.BOLD, 10));
|
||||
UIManager.put("DockableFrameTitlePane.font", new Font("Dialog", Font.BOLD, 10));
|
||||
UIManager.put("DockableFrame.inactiveTitleForeground", Color.white);
|
||||
UIManager.put("DockableFrame.inactiveTitleBackground", new Color(180, 176, 160));
|
||||
UIManager.put("DockableFrame.activeTitleBackground", new Color(105, 132, 188));
|
||||
@ -198,7 +198,7 @@ public final class Spark {
|
||||
|
||||
installBaseUIProperties();
|
||||
|
||||
//com.install4j.api.launcher.StartupNotification.registerStartupListener(new SparkStartupListener());
|
||||
com.install4j.api.launcher.StartupNotification.registerStartupListener(new SparkStartupListener());
|
||||
}
|
||||
|
||||
/**
|
||||
@ -326,6 +326,8 @@ public final class Spark {
|
||||
UIManager.put("Table.foreground", Color.black);
|
||||
UIManager.put("Table.background", Color.white);
|
||||
|
||||
UIManager.put("Label.font", new Font("Dialog", Font.PLAIN, 11));
|
||||
|
||||
// Chat Area Text Settings
|
||||
UIManager.put("Link.foreground", Color.blue);
|
||||
UIManager.put("User.foreground", Color.blue);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user