mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
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:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user