JAL-653 AlignedCodonFrame collections changed from Set to List
[jalview.git] / src / jalview / jbgui / GStructureChooser.java
index 1334021..67b3a20 100644 (file)
@@ -164,7 +164,7 @@ public abstract class GStructureChooser extends JPanel implements
         toolTipText = getValueAt(rowIndex, colIndex).toString();
       } catch (Exception e)
       {
-        e.printStackTrace();
+        // e.printStackTrace();
       }
       toolTipText = (toolTipText == null ? null
               : (toolTipText.length() > 500 ? JvSwingUtils.wrapTooltip(
@@ -296,7 +296,7 @@ public abstract class GStructureChooser extends JPanel implements
           {
             if (btn_view.isEnabled())
             {
-            btn_view.requestFocus();
+              btn_view.requestFocus();
             }
             else
             {