From fe648888843f3c3695f252d887357ec63edfee97 Mon Sep 17 00:00:00 2001
From: clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>
Date: Thu, 18 Sep 2008 15:49:51 +0000
Subject: wordwrap

git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@50 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
---
 BKUCommonGUI/src/main/java/at/gv/egiz/bku/gui/BKUGUI.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'BKUCommonGUI/src')

diff --git a/BKUCommonGUI/src/main/java/at/gv/egiz/bku/gui/BKUGUI.java b/BKUCommonGUI/src/main/java/at/gv/egiz/bku/gui/BKUGUI.java
index 449dfd61..b94a58e8 100644
--- a/BKUCommonGUI/src/main/java/at/gv/egiz/bku/gui/BKUGUI.java
+++ b/BKUCommonGUI/src/main/java/at/gv/egiz/bku/gui/BKUGUI.java
@@ -956,7 +956,8 @@ public class BKUGUI implements BKUGUIFacade {
           hashDataTextArea.setFont(new Font(HASHDATA_FONT, hashDataTextArea.getFont().getStyle(), hashDataTextArea.getFont().getSize()));
 //          hashDataScrollPane.setViewportView(hashDataTextArea);
 //          hashDataScrollPane.setHorizontalScrollBarPolicy(ScrollPaneConstants.HORIZONTAL_SCROLLBAR_AS_NEEDED); //HORIZONTAL_SCROLLBAR_NEVER);
-
+          hashDataTextArea.setLineWrap(true);
+          hashDataTextArea.setWrapStyleWord(true);
 
           JScrollPane hashDataScrollPane = new JScrollPane(hashDataTextArea);
 
-- 
cgit v1.2.3