Author: jflesch
Date: 2008-01-28 01:03:54 +0000 (Mon, 28 Jan 2008)
New Revision: 17340

Modified:
   trunk/apps/Thaw/src/thaw/core/Main.java
   trunk/apps/Thaw/src/thaw/plugins/index/UnknownIndexList.java
Log:
Index browser : Add a jscrollpane around the checkbox at the bottom of the 
unknown index list => allow to reduce more the left part of the splitpane

Modified: trunk/apps/Thaw/src/thaw/core/Main.java
===================================================================
--- trunk/apps/Thaw/src/thaw/core/Main.java     2008-01-28 00:58:00 UTC (rev 
17339)
+++ trunk/apps/Thaw/src/thaw/core/Main.java     2008-01-28 01:03:54 UTC (rev 
17340)
@@ -20,7 +20,7 @@
 /**
  * Main class. Only used to display some informations and init the core.
  *
- * @author <a href="mailto:jflesch at nerim.net">Jerome Flesch</a>
+ * @author <a href="mailto:jflesch at gmail.com">Jerome Flesch</a>
  */
 public class Main {


Modified: trunk/apps/Thaw/src/thaw/plugins/index/UnknownIndexList.java
===================================================================
--- trunk/apps/Thaw/src/thaw/plugins/index/UnknownIndexList.java        
2008-01-28 00:58:00 UTC (rev 17339)
+++ trunk/apps/Thaw/src/thaw/plugins/index/UnknownIndexList.java        
2008-01-28 01:03:54 UTC (rev 17340)
@@ -68,7 +68,7 @@
                                           
I18n.getMessage("thaw.plugin.index.autoSorting"),
                                           true);
                autoSorting.addActionListener(this);
-               panel.add(autoSorting, BorderLayout.SOUTH);
+               panel.add(new JScrollPane(autoSorting), BorderLayout.SOUTH);

                JButton button;



Reply via email to