X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FJvOptionPane.java;h=89899e2532bf50f5cbde66ae708b6aa216ff0637;hb=f6960fda4da039c82fa2fd520a38de207ddca12a;hp=f0bd8005eb3da1f3a00c315fc8e266171f028a50;hpb=242fbce514e8895977fb7bbd20147cf0fe630407;p=jalview.git diff --git a/src/jalview/gui/JvOptionPane.java b/src/jalview/gui/JvOptionPane.java index f0bd800..89899e2 100644 --- a/src/jalview/gui/JvOptionPane.java +++ b/src/jalview/gui/JvOptionPane.java @@ -768,20 +768,6 @@ public class JvOptionPane extends JOptionPane { runner.firstRun((int) getMockResponse()); } - // two uses: - // - // TODO - // - // 1) AlignViewport for openLinkedAlignment - // - // Show a dialog with the option to open and link (cDNA <-> protein) as a - // new - // alignment, either as a standalone alignment or in a split frame. Returns - // true if the new alignment was opened, false if not, because the user - // declined the offer. - // - // 2) UserDefinedColors warning about saving over a name already defined - // Component parent; /** * @j2sNative parent = this;