|
From: <va...@us...> - 2011-06-30 12:28:37
|
Revision: 14108
http://gate.svn.sourceforge.net/gate/?rev=14108&view=rev
Author: valyt
Date: 2011-06-30 12:28:30 +0000 (Thu, 30 Jun 2011)
Log Message:
-----------
Rolled-back the last change as it didn't actually change anything (the required functionality was already there).
Modified Paths:
--------------
gate/trunk/src/gate/gui/PRViewer.java
Modified: gate/trunk/src/gate/gui/PRViewer.java
===================================================================
--- gate/trunk/src/gate/gui/PRViewer.java 2011-06-30 10:58:57 UTC (rev 14107)
+++ gate/trunk/src/gate/gui/PRViewer.java 2011-06-30 12:28:30 UTC (rev 14108)
@@ -61,7 +61,7 @@
setLayout(new BorderLayout());
editor = new ResourceParametersEditor();
editor.setEditable(false);
- editor.setAutoResizeMode(XJTable.AUTO_RESIZE_OFF);
+ editor.setAutoResizeMode(XJTable.AUTO_RESIZE_LAST_COLUMN);
JScrollPane scroller = new JScrollPane(editor);
scroller.setAlignmentX(Component.LEFT_ALIGNMENT);
scroller.setAlignmentY(Component.TOP_ALIGNMENT);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|