/hg/icedtea-web: Enhanced about dialog
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Wed May 23 04:41:44 PDT 2012
changeset 7ae7d935b3d9 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=7ae7d935b3d9
author: Jiri Vanek <jvanek at redhat.com>
date: Wed May 23 13:42:11 2012 +0200
Enhanced about dialog
diffstat:
ChangeLog | 11 +++++++++++
extra/net/sourceforge/javaws/about/Main.java | 4 ++--
extra/net/sourceforge/javaws/about/resources/about.html | 2 +-
extra/net/sourceforge/javaws/about/resources/notes.html | 11 ++++++++++-
4 files changed, 24 insertions(+), 4 deletions(-)
diffs (87 lines):
diff -r c74bf4aa138c -r 7ae7d935b3d9 ChangeLog
--- a/ChangeLog Wed May 23 10:42:45 2012 +0200
+++ b/ChangeLog Wed May 23 13:42:11 2012 +0200
@@ -1,3 +1,14 @@
+2012-05-23 Jiri Vanek <jvanek at 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-23 Jiri Vanek <jvanek at redhat.com>
Fixed error in reproducers source preparation
diff -r c74bf4aa138c -r 7ae7d935b3d9 extra/net/sourceforge/javaws/about/Main.java
--- a/extra/net/sourceforge/javaws/about/Main.java Wed May 23 10:42:45 2012 +0200
+++ b/extra/net/sourceforge/javaws/about/Main.java Wed May 23 13:42:11 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 {
diff -r c74bf4aa138c -r 7ae7d935b3d9 extra/net/sourceforge/javaws/about/resources/about.html
--- a/extra/net/sourceforge/javaws/about/resources/about.html Wed May 23 10:42:45 2012 +0200
+++ b/extra/net/sourceforge/javaws/about/resources/about.html Wed May 23 13:42:11 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
diff -r c74bf4aa138c -r 7ae7d935b3d9 extra/net/sourceforge/javaws/about/resources/notes.html
--- a/extra/net/sourceforge/javaws/about/resources/notes.html Wed May 23 10:42:45 2012 +0200
+++ b/extra/net/sourceforge/javaws/about/resources/notes.html Wed May 23 13:42:11 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>
More information about the distro-pkg-dev
mailing list