Allow for korean characters.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@6988 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2007-02-06 04:06:01 +00:00
committed by derek
parent 1e695eb2d2
commit ebe07f7efc

View File

@ -292,6 +292,7 @@ public final class Spark {
UIManager.put("TextField.lightforeground", Color.gray);
UIManager.put("TextField.foreground", Color.BLACK);
UIManager.put("TextField.caretForeground", Color.black);
UIManager.put("TextField.font", new Font("Dialog", Font.PLAIN, 11));
UIManager.put("List.selectionBackground", new Color(217, 232, 250));
UIManager.put("List.selectionForeground", Color.black);