Login settings are set.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@5116 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2006-08-31 00:26:25 +00:00
committed by derek
parent 726ea38cee
commit c6f70f227e
6 changed files with 187 additions and 101 deletions

View File

@ -428,7 +428,7 @@ public class TranscriptWindow extends ChatArea {
// Agent color is always blue
StyleConstants.setBold(styles, false);
StyleConstants.setForeground(styles, Color.LIGHT_GRAY);
StyleConstants.setForeground(styles, Color.GRAY);
final Document doc = getDocument();
styles.removeAttribute("link");
@ -437,7 +437,7 @@ public class TranscriptWindow extends ChatArea {
// Reset Styles for message
StyleConstants.setBold(styles, false);
setForeground(Color.LIGHT_GRAY);
setForeground(Color.gray);
setText(message);
setForeground(Color.BLACK);
insertText("\n");