From: jprocter
Date: Tue, 18 Sep 2012 15:27:52 +0000 (+0100)
Subject: JAL-1130 new logo in help, splash screen and web services spinner
X-Git-Tag: Jalview_2_9~307^2~6
X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=dddfc81e22789620ebad168ae6a9dc3b0f6c67f2;p=jalview.git
JAL-1130 new logo in help, splash screen and web services spinner
---
diff --git a/build.xml b/build.xml
index 6e3a2f2..ee0542d 100755
--- a/build.xml
+++ b/build.xml
@@ -243,8 +243,8 @@
Jalview Multiple Alignment Editor
Jalview
-
-
+
+
@@ -271,7 +271,7 @@
Jalview Multiple Alignment Editor
Jalview
-
+
@@ -299,7 +299,7 @@
Jalview Multiple Alignment Editor
Jalview
-
+
diff --git a/help/html/Jalview_Logo.png b/help/html/Jalview_Logo.png
new file mode 100644
index 0000000..06429d9
Binary files /dev/null and b/help/html/Jalview_Logo.png differ
diff --git a/help/html/index.html b/help/html/index.html
index cfa8cb3..c89bbc2 100755
--- a/help/html/index.html
+++ b/help/html/index.html
@@ -19,7 +19,7 @@
Jalview Documentation
-
+
Jalview Documentation
diff --git a/help/html/whatsNew.html b/help/html/whatsNew.html
index f623685..7f1637c 100755
--- a/help/html/whatsNew.html
+++ b/help/html/whatsNew.html
@@ -24,13 +24,17 @@
What's new ?
- The Jalview 2.8 release features (tbc)
-
For full
- details see the Jalview 2.7.1
- release history.
+ Jalview 2.8 includes a brand new logo, which you'll see in file browsers, splash screens, and also on the new look Jalview site.
- Highlights in Jalview Desktop Version 2.7.1
+ In addition to our new look, Jalview 2.8 includes a number of new
+ features.. some of which have been in development since July 2010. The
+ highlights are below, and - as usual, for a comprehensive list, take a
+ look at the Jalview 2.8 Release
+ Notes.
+
+
+ Highlights in Jalview Desktop Version 2.8
diff --git a/src/jalview/gui/SplashScreen.java b/src/jalview/gui/SplashScreen.java
index 97a2a24..297a5e0 100755
--- a/src/jalview/gui/SplashScreen.java
+++ b/src/jalview/gui/SplashScreen.java
@@ -93,7 +93,7 @@ public class SplashScreen extends JPanel implements Runnable, HyperlinkListener
addMouseListener(closer);
try
{
- java.net.URL url = getClass().getResource("/images/logo_v2.jpeg");
+ java.net.URL url = getClass().getResource("/images/Jalviewlogo.png");
if (url != null)
{
diff --git a/src/jalview/gui/WebserviceInfo.java b/src/jalview/gui/WebserviceInfo.java
index 6696a3a..78a3d59 100755
--- a/src/jalview/gui/WebserviceInfo.java
+++ b/src/jalview/gui/WebserviceInfo.java
@@ -296,7 +296,7 @@ public class WebserviceInfo extends GWebserviceInfo implements
this.title = title;
setInfoText(info);
- java.net.URL url = getClass().getResource("/images/logo_v2_square.jpg");
+ java.net.URL url = getClass().getResource("/images/Jalviewlogo_small.png");
image = java.awt.Toolkit.getDefaultToolkit().createImage(url);
MediaTracker mt = new MediaTracker(this);