From ae5bd210f395a630dd24a0942adfaf2a44818b2f Mon Sep 17 00:00:00 2001 From: jprocter Date: Thu, 22 Apr 2010 12:00:45 +0000 Subject: [PATCH] doc and todo about setting position of new internal frames --- src/jalview/gui/Desktop.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/jalview/gui/Desktop.java b/src/jalview/gui/Desktop.java index ab2175d..e00f993 100755 --- a/src/jalview/gui/Desktop.java +++ b/src/jalview/gui/Desktop.java @@ -285,7 +285,7 @@ public class Desktop extends jalview.jbgui.GDesktop implements } /** - * DOCUMENT ME! + * Adds and opens the given frame to the desktop * * @param frame * DOCUMENT ME! @@ -321,6 +321,7 @@ public class Desktop extends jalview.jbgui.GDesktop implements boolean resizable) { + //TODO: allow callers to determine X and Y position of frame (eg. via bounds object). // TODO: consider fixing method to update entries in the window submenu with // the current window title -- 1.7.10.2