summaryrefslogtreecommitdiff
path: root/sources/simulator/VSLogging.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-21 01:03:21 +0000
committerPaul Buetow <paul@buetow.org>2008-05-21 01:03:21 +0000
commitf8bad55bd29234ab7982fea21a228654908f0867 (patch)
tree531e3d4fb7d1c9beabaacc2c17ed921bf76bf4e1 /sources/simulator/VSLogging.java
parentef5e2356312e8354e1fe0addef6e24636f95ad78 (diff)
Removed a JSplitPane which was useless.
Initial new JTabbedPane for Variables etc.
Diffstat (limited to 'sources/simulator/VSLogging.java')
-rw-r--r--sources/simulator/VSLogging.java4
1 files changed, 2 insertions, 2 deletions
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<StringBuffer>();
pauseLines = new ArrayList<StringBuffer>();
filterText = "";