future bug fix todo
authorjprocter <Jim Procter>
Tue, 26 Aug 2008 10:47:54 +0000 (10:47 +0000)
committerjprocter <Jim Procter>
Tue, 26 Aug 2008 10:47:54 +0000 (10:47 +0000)
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)
     {