From f8bad55bd29234ab7982fea21a228654908f0867 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 21 May 2008 01:03:21 +0000 Subject: Removed a JSplitPane which was useless. Initial new JTabbedPane for Variables etc. --- sources/simulator/VSLogging.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/simulator/VSLogging.java') diff --git a/sources/simulator/VSLogging.java b/sources/simulator/VSLogging.java index 5b5eb26..9ab9cec 100644 --- a/sources/simulator/VSLogging.java +++ b/sources/simulator/VSLogging.java @@ -19,8 +19,8 @@ public class VSLogging { public VSLogging() { loggingArea = new JTextArea(0, 0); loggingArea.setEditable(false); - loggingArea.setLineWrap(true); - loggingArea.setWrapStyleWord(true); + loggingArea.setLineWrap(true); + loggingArea.setWrapStyleWord(true); loggingLines = new ArrayList(); pauseLines = new ArrayList(); filterText = ""; -- cgit v1.2.3