diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-21 01:03:21 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-21 01:03:21 +0000 |
| commit | f8bad55bd29234ab7982fea21a228654908f0867 (patch) | |
| tree | 531e3d4fb7d1c9beabaacc2c17ed921bf76bf4e1 /sources/simulator/VSLogging.java | |
| parent | ef5e2356312e8354e1fe0addef6e24636f95ad78 (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.java | 4 |
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 = ""; |
