--- projects/cms/source/conient/uk/org/iscream/cms/conient/Conient.java 2001/01/24 03:35:14 1.17 +++ projects/cms/source/conient/uk/org/iscream/cms/conient/Conient.java 2001/01/24 03:37:31 1.18 @@ -14,7 +14,7 @@ import java.awt.event.*; * and its own display. * * @author $Author: ajm $ - * @version $Id: Conient.java,v 1.17 2001/01/24 03:35:14 ajm Exp $ + * @version $Id: Conient.java,v 1.18 2001/01/24 03:37:31 ajm Exp $ */ public class Conient extends JFrame { @@ -23,7 +23,7 @@ public class Conient extends JFrame { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.17 $"; + public final String REVISION = "$Revision: 1.18 $"; /** * The initial width of the window @@ -193,4 +193,7 @@ public class Conient extends JFrame { * The place where system messages are written. */ static JTextArea _messages = new JTextArea(); + { + _messages.setLineWrap(true); + } }