X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FTextColourChooser.java;h=49fdaf751c1be6d284574a82acab9c01a20a0df8;hb=b0f76adef2787dd14566525e66a4073278e75d67;hp=41498f9ca24b7105f8739f611aea9d729ec51df3;hpb=db93a1adcbe0a4eaaf06e0a70ade0d6c5c1961c3;p=jalview.git diff --git a/src/jalview/gui/TextColourChooser.java b/src/jalview/gui/TextColourChooser.java index 41498f9..49fdaf7 100644 --- a/src/jalview/gui/TextColourChooser.java +++ b/src/jalview/gui/TextColourChooser.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2) - * Copyright (C) 2015 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * @@ -128,16 +128,16 @@ public class TextColourChooser } }); - int reply = JOptionPane + int reply = JvOptionPane .showInternalOptionDialog( ap, bigpanel, MessageManager .getString("label.adjunst_foreground_text_colour_threshold"), - JOptionPane.OK_CANCEL_OPTION, - JOptionPane.QUESTION_MESSAGE, null, null, null); + JvOptionPane.OK_CANCEL_OPTION, + JvOptionPane.QUESTION_MESSAGE, null, null, null); - if (reply == JOptionPane.CANCEL_OPTION) + if (reply == JvOptionPane.CANCEL_OPTION) { if (sg == null) {