aboutsummaryrefslogtreecommitdiffstats
path: root/extra/net/sourceforge
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2012-05-23 13:42:11 +0200
committerJiri Vanek <[email protected]>2012-05-23 13:42:11 +0200
commit93653662416d48c773c7a668eba4fd90f31b7a15 (patch)
treeddb65876c5a5ea7376e1953d6fce00db9d69b1fe /extra/net/sourceforge
parentc64bbb3a37a2dfd546707ea1eef37b48e99df49d (diff)
Enhanced about dialog
Diffstat (limited to 'extra/net/sourceforge')
-rw-r--r--extra/net/sourceforge/javaws/about/Main.java4
-rw-r--r--extra/net/sourceforge/javaws/about/resources/about.html2
-rw-r--r--extra/net/sourceforge/javaws/about/resources/notes.html11
3 files changed, 13 insertions, 4 deletions
diff --git a/extra/net/sourceforge/javaws/about/Main.java b/extra/net/sourceforge/javaws/about/Main.java
index 2bce026..eec46ae 100644
--- a/extra/net/sourceforge/javaws/about/Main.java
+++ b/extra/net/sourceforge/javaws/about/Main.java
@@ -66,7 +66,7 @@ public class Main extends JPanel {
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 @@ public class Main extends JPanel {
} 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 --git a/extra/net/sourceforge/javaws/about/resources/about.html b/extra/net/sourceforge/javaws/about/resources/about.html
index ab2e0fd..13cbcb0 100644
--- a/extra/net/sourceforge/javaws/about/resources/about.html
+++ b/extra/net/sourceforge/javaws/about/resources/about.html
@@ -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 --git a/extra/net/sourceforge/javaws/about/resources/notes.html b/extra/net/sourceforge/javaws/about/resources/notes.html
index c43418c..c8d95ba 100644
--- a/extra/net/sourceforge/javaws/about/resources/notes.html
+++ b/extra/net/sourceforge/javaws/about/resources/notes.html
@@ -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>