1) Updated to latest smack.

2) Fixed conference room issue.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@6878 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2007-01-30 23:57:27 +00:00
committed by derek
parent f441736a39
commit 623dea61ec
19 changed files with 217 additions and 308 deletions

View File

@ -289,7 +289,7 @@ public final class Spark {
}
public static void installBaseUIProperties() {
UIManager.put("TextField.lightforeground", Color.lightGray);
UIManager.put("TextField.lightforeground", Color.gray);
UIManager.put("TextField.foreground", Color.BLACK);
UIManager.put("TextField.caretForeground", Color.black);