X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fbin%2FJalview.java;h=1c63f7f3028d4ab0520e24614faa1c3033254993;hb=28787d9646cca5dd77190930f59b7ff32cf995b4;hp=65b32af72081c953bb03b70097d650c646b023b7;hpb=cc407171f5746de69ca1d4af653984d778affeb9;p=jalview.git diff --git a/src/jalview/bin/Jalview.java b/src/jalview/bin/Jalview.java index 65b32af..1c63f7f 100755 --- a/src/jalview/bin/Jalview.java +++ b/src/jalview/bin/Jalview.java @@ -1,13 +1,13 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7) - * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8) + * Copyright (C) 2012 J Procter, AM Waterhouse, LM Lui, J Engelhardt, G Barton, M Clamp, S Searle * * This file is part of Jalview. * * Jalview is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * Jalview is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty * of MERCHANTABILITY or FITNESS FOR A PARTICULAR @@ -28,7 +28,6 @@ import java.io.IOException; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.lang.reflect.Constructor; -import java.net.MalformedURLException; import java.net.URI; import java.net.URL; import java.net.URLDecoder; @@ -162,7 +161,7 @@ public class Jalview { headless = true; } - + System.setProperty("http.agent", "Jalview Desktop/"+Cache.getDefault("VERSION", "Unknown")); try { Cache.initLogger(); @@ -221,6 +220,7 @@ public class Jalview } } } + desktop.checkForNews(); } String file = null, protocol = null, format = null, data = null; @@ -644,7 +644,7 @@ public class Jalview Cache.log.info("Not enabling Google Tracking."); } }, null, true); - SwingUtilities.invokeLater(prompter); + desktop.addDialogThread(prompter); } /**