# HG changeset patch # User Jiri Vanek # Date 1337772922 -7200 # Node ID 9d2375280d163589b13b455dab2c5238b94af7f7 # Parent 418012023ad52843632f089b92e6b2bd418fdca0 Enhanced about dialog diff -r 418012023ad5 -r 9d2375280d16 ChangeLog --- 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 + + 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 * plugin/icedteanp/java/sun/applet/PluginStreamHandler.java: Removed diff -r 418012023ad5 -r 9d2375280d16 extra/net/sourceforge/javaws/about/Main.java --- 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 { diff -r 418012023ad5 -r 9d2375280d16 extra/net/sourceforge/javaws/about/resources/about.html --- 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 @@ - NetX is a high-quality JNLP client that executes +

IcedTea-Web

is a high-quality JNLP client, buit on NetX, that executes network-based applications.
NetX downloads code over the network, caches it, and runs it in a secure sandbox diff -r 418012023ad5 -r 9d2375280d16 extra/net/sourceforge/javaws/about/resources/notes.html --- 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 @@
Lillian Angel
Deepak Bhole
+ Danesh Dadachanji
+ Adam Domurad
Thomas Fitzsimmons
Andrew John Hughes
Matthias Klose
Francis Kung
Omair Majid
Jon A. Maxwell
+ Thomas Meyer
+ Saad Mohammad
Andrew Su
Joshua Sumali
+ Jiri Vanek
Mark Wielaard
Man Lung Wong
@@ -79,7 +84,11 @@ -Please visit the SourceForge site + Home page of IcedTea-Web: + + http://icedtea.classpath.org/wiki/IcedTea-Web +
+ Please visit also the SourceForge site http://jnlp.sourceforge.net/netx/index.html