From 738ca5e5e564087cbedcbc9ed2af22d0b98ff925 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Wed, 15 Sep 2021 16:28:29 +0100 Subject: [PATCH] JAL-3746 fix bad merge from 2.11.1.4/5 branch cherrypick --- src/jalview/gui/Desktop.java | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/src/jalview/gui/Desktop.java b/src/jalview/gui/Desktop.java index e214816..67ef952 100644 --- a/src/jalview/gui/Desktop.java +++ b/src/jalview/gui/Desktop.java @@ -850,13 +850,8 @@ public class Desktop extends jalview.jbgui.GDesktop } catch (java.beans.PropertyVetoException ve) { } catch (java.lang.ClassCastException cex) { Cache.log.warn( -<<<<<<< HEAD "Squashed a possible GUI implementation error. If you can recreate this, please look at https://issues.jalview.org/browse/JAL-869", cex); -======= - "Squashed a possible GUI implementation error. If you can recreate this, please look at https://issues.jalview.org/browse/JAL-869", - cex); ->>>>>>> 48040645e (JAL-3741 http to https (and jar to jvp for exampleFile defaults!)) } } @@ -1021,15 +1016,6 @@ public class Desktop extends jalview.jbgui.GDesktop JPanel panel = new JPanel(new GridLayout(2, 1)); panel.add(label); -<<<<<<< HEAD -======= - panel.add(history); - history.setPreferredSize(new Dimension(400, 20)); - history.setEditable(true); - history.addItem("https://www."); - - String historyItems = jalview.bin.Cache.getProperty("RECENT_URL"); ->>>>>>> 48040645e (JAL-3741 http to https (and jar to jvp for exampleFile defaults!)) /* * the URL to fetch is input in Java: an editable combobox with history JS: @@ -1202,7 +1188,6 @@ public class Desktop extends jalview.jbgui.GDesktop message.append("
"); } -<<<<<<< HEAD message.append("
!! Version ").append(Cache.getDefault("LATEST_VERSION", "..Checking..")) .append(" is available for download from ") .append(Cache.getDefault("www.jalview.org", "https://www.jalview.org")).append(" !!"); @@ -1217,31 +1202,6 @@ public class Desktop extends jalview.jbgui.GDesktop message.append("
"); return message.toString(); -======= - message.append("
!! Version " - + jalview.bin.Cache.getDefault("LATEST_VERSION", - "..Checking..") - + " is available for download from " - + jalview.bin.Cache.getDefault("www.jalview.org", - "https://www.jalview.org") - + " !!"); - if (red) - { - message.append(""); - } - } - message.append("
Authors: " + jalview.bin.Cache.getDefault( - "AUTHORFNAMES", - "The Jalview Authors (See AUTHORS file for current list)") - + "

Development managed by The Barton Group, University of Dundee, Scotland, UK.
" - + "

For help, see the FAQ at www.jalview.org/faq and/or join the jalview-discuss@jalview.org mailing list" - + "

If you use Jalview, please cite:" - + "
Waterhouse, A.M., Procter, J.B., Martin, D.M.A, Clamp, M. and Barton, G. J. (2009)" - + "
Jalview Version 2 - a multiple sequence alignment editor and analysis workbench" - + "
Bioinformatics doi: 10.1093/bioinformatics/btp033" - + ""); - return message; ->>>>>>> 48040645e (JAL-3741 http to https (and jar to jvp for exampleFile defaults!)) } /** -- 1.7.10.2