j2sNative clean-up. Fixes problem with second try of sequence fetching
[jalview.git] / src / jalview / jbgui / GSplitFrame.java
index fd25116..353c494 100644 (file)
@@ -57,6 +57,7 @@ public class GSplitFrame extends JInternalFrame
    */
   public GSplitFrame(GAlignFrame top, GAlignFrame bottom)
   {
+    setName("jalview-splitframe");
     this.topFrame = top;
     this.bottomFrame = bottom;
 
@@ -208,6 +209,9 @@ public class GSplitFrame extends JInternalFrame
   {
     this.dividerRatio = r;
     /**
+     * 
+     * BH need for this? - NOT setting the location?
+     * 
      * @j2sNative
      */
     {
@@ -223,6 +227,8 @@ public class GSplitFrame extends JInternalFrame
   protected void setDividerLocation(int p)
   {
     /**
+     * BH: Why are we not setting the location?
+     * 
      * @j2sNative
      */
     {