future bug fix todo
[jalview.git] / src / jalview / gui / Desktop.java
index 8d8e6af..10687cd 100755 (executable)
@@ -239,6 +239,8 @@ public class Desktop
       String title, int w, int h, boolean resizable)
   {
 
+    // TODO: consider fixing method to update entries in the window submenu with the current window title 
+
     frame.setTitle(title);
     if (frame.getWidth() < 1 || frame.getHeight() < 1)
     {