JAL-1912 added support of tcoffee annotation and other per sequence annotation for...
[jalview.git] / src / jalview / jbgui / GAlignFrame.java
index 73d34c2..e629932 100755 (executable)
@@ -3110,4 +3110,9 @@ public class GAlignFrame extends JInternalFrame
   protected void showComplement_actionPerformed(boolean state)
   {
   }
+
+  public JRadioButtonMenuItem getTcoffeColour()
+  {
+    return tcoffeeColour;
+  }
 }