changeset 352:9d2375280d16

Enhanced about dialog
author Jiri Vanek <jvanek@redhat.com>
date Wed, 23 May 2012 13:35:22 +0200
parents 418012023ad5
children ea4d6cf512ca
files ChangeLog extra/net/sourceforge/javaws/about/Main.java extra/net/sourceforge/javaws/about/resources/about.html extra/net/sourceforge/javaws/about/resources/notes.html
diffstat 4 files changed, 24 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue May 22 13:38:08 2012 -0400
+++ b/ChangeLog	Wed May 23 13:35:22 2012 +0200
@@ -1,3 +1,14 @@
+2012-05-23  Jiri Vanek  <jvanek@redhat.com>
+
+	Enhanced about dialog
+	* extra/net/sourceforge/javaws/about/Main.java: Main frame and Main tab
+	renamed from "About NetX" to "About IcedTea-Web and NetX".
+	* extra/net/sourceforge/javaws/about/resources/about.html: mentioned 
+	IcedTea-Web.
+	* extra/net/sourceforge/javaws/about/resources/notes.html: List of authors
+	synchronized with AUTHORS, mentioned classpath's IcedTea-Web as homepage
+	of IcedTea-web.
+
 2012-05-22  Adam Domurad  <adomurad@redhat.com>
 
         * plugin/icedteanp/java/sun/applet/PluginStreamHandler.java: Removed 
--- a/extra/net/sourceforge/javaws/about/Main.java	Tue May 22 13:38:08 2012 -0400
+++ b/extra/net/sourceforge/javaws/about/Main.java	Wed May 23 13:35:22 2012 +0200
@@ -66,7 +66,7 @@
 		
 		tabbedPane = new JTabbedPane();
 
-		tabbedPane.add("About NetX", aboutPanel);
+		tabbedPane.add("About IcedTea-Web and NetX", aboutPanel);
 		tabbedPane.add("Applications", appsPanel);
 		tabbedPane.add("Notes", notesPanel);
 		
@@ -81,7 +81,7 @@
 		} catch (Exception e) {	
 		}
 		
-		JFrame frame = new JFrame("About NetX");
+		JFrame frame = new JFrame("About IcedTea-Web and NetX");
 		frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
 		Main demo = null;
 		try {
--- a/extra/net/sourceforge/javaws/about/resources/about.html	Tue May 22 13:38:08 2012 -0400
+++ b/extra/net/sourceforge/javaws/about/resources/about.html	Wed May 23 13:35:22 2012 +0200
@@ -5,7 +5,7 @@
         </title>
     </head>
     <body>
-        <b>NetX</b> is a high-quality JNLP client that executes
+        <h3>IcedTea-Web</h3> is a high-quality JNLP client, buit on <b>NetX</b>, that executes
         network-based applications.  
         <br>NetX downloads code over the
         network, caches it, and runs it in a secure sandbox
--- a/extra/net/sourceforge/javaws/about/resources/notes.html	Tue May 22 13:38:08 2012 -0400
+++ b/extra/net/sourceforge/javaws/about/resources/notes.html	Wed May 23 13:35:22 2012 +0200
@@ -23,14 +23,19 @@
 								<div align="Center">
 								<b>Lillian Angel</b> <br>
 								<b>Deepak Bhole</b> <br>
+								<b>Danesh Dadachanji</b> <br>
+								<b>Adam Domurad</b> <br>
 								<b>Thomas Fitzsimmons</b> <br>
 								<b>Andrew John Hughes</b> <br>
 								<b>Matthias Klose </b> <br>
 								<b>Francis Kung</b> <br>
 								<b>Omair Majid</b> <br>
 								<b>Jon A. Maxwell</b> <br>
+								<b>Thomas Meyer</b> <br>
+								<b>Saad Mohammad</b> <br>
 								<b>Andrew Su</b> <br>
 								<b>Joshua Sumali</b> <br>
+								<b>Jiri Vanek</b> <br>
 								<b>Mark Wielaard</b> <br>
 								<b>Man Lung Wong</b> <br>
 								</div>
@@ -79,7 +84,11 @@
 		</tr>
 	</tbody>
 </table>
-<b>Please visit the SourceForge site
+<b> Home page of IcedTea-Web:
+    <a href="http://icedtea.classpath.org/wiki/IcedTea-Web">
+		http://icedtea.classpath.org/wiki/IcedTea-Web
+	</a><br>
+    Please visit also the SourceForge site
 	<a href="http://jnlp.sourceforge.net/netx/index.html">
 		http://jnlp.sourceforge.net/netx/index.html
 	</a>