forked from phoedos/pmd
results Text area made non editable
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4654 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -370,6 +370,7 @@ public class GUI implements CPDListener {
|
||||
JPanel resultsPanel = new JPanel();
|
||||
resultsPanel.setLayout(new BorderLayout());
|
||||
JScrollPane areaScrollPane = new JScrollPane(resultsTextArea);
|
||||
resultsTextArea.setEditable(false);
|
||||
areaScrollPane.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
|
||||
areaScrollPane.setPreferredSize(new Dimension(600, 300));
|
||||
|
||||
|
Reference in New Issue
Block a user