/hg/icedtea-web: Implemented new about dialogue (by Andrew Azore...

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Wed Jul 10 09:32:31 PDT 2013


changeset c806308b6529 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=c806308b6529
author: Jiri Vanek <jvanek at redhat.com>
date: Wed Jul 10 18:31:48 2013 +0200

	Implemented new about dialogue (by Andrew Azores). Andrew added to authors


diffstat:

 AUTHORS                                                        |    1 +
 ChangeLog                                                      |   33 +
 Makefile.am                                                    |  117 +++--
 extra/net/sourceforge/javaws/about/HTMLPanel.java              |   59 ---
 extra/net/sourceforge/javaws/about/Main.java                   |  117 ------
 extra/net/sourceforge/javaws/about/resources/about.html        |   28 -
 extra/net/sourceforge/javaws/about/resources/applications.html |   36 -
 extra/net/sourceforge/javaws/about/resources/jamIcon.jpg       |  Bin 
 extra/net/sourceforge/javaws/about/resources/notes.html        |   99 -----
 netx/net/sourceforge/jnlp/about/AboutDialog.java               |  192 ++++++++++
 netx/net/sourceforge/jnlp/about/HTMLPanel.java                 |   84 ++++
 netx/net/sourceforge/jnlp/resources/Messages.properties        |   12 +
 netx/net/sourceforge/jnlp/resources/about.html                 |   44 ++
 netx/net/sourceforge/jnlp/resources/about.jnlp                 |   17 -
 netx/net/sourceforge/jnlp/resources/itw_logo.png               |  Bin 
 netx/net/sourceforge/jnlp/resources/jamIcon.jpg                |  Bin 
 netx/net/sourceforge/jnlp/runtime/Boot.java                    |   72 +--
 17 files changed, 470 insertions(+), 441 deletions(-)

diffs (truncated from 1140 to 500 lines):

diff -r 87c9fc859a21 -r c806308b6529 AUTHORS
--- a/AUTHORS	Fri Jun 28 09:45:11 2013 -0400
+++ b/AUTHORS	Wed Jul 10 18:31:48 2013 +0200
@@ -2,6 +2,7 @@
 Please keep this list in alphabetical order.
 
 Lillian Angel <langel at redhat.com>
+Andrew Azores  <aazores at redhat.com>
 Deepak Bhole <dbhole at redhat.com>
 Ricardo Martín Camarero <rickyepoderi at yahoo.es>
 Danesh Dadachanji <ddadacha at redhat.com>
diff -r 87c9fc859a21 -r c806308b6529 ChangeLog
--- a/ChangeLog	Fri Jun 28 09:45:11 2013 -0400
+++ b/ChangeLog	Wed Jul 10 18:31:48 2013 +0200
@@ -1,3 +1,36 @@
+2013-06-06  Jiri Vanek  <jvanek at redhat.com>
+            Andrew Azores  <aazores at redhat.com>
+
+	New about dialogue
+	* Makefile.am (stamps/netx-html-gen): removed logic for extras.jar, added
+	new stamp to create HTML for AboutDialog
+	* netx/net/sourceforge/jnlp/about/AboutDialog.java: Moved out of extras into
+	netx and renamed from Main. New Swing layout and uses HTML files
+	generated in Makefile.
+	* netx/net/sourceforge/jnlp/about/HTMLPanel.java: Moved out of
+	extras into netx. Added ability to click hyperlinks.
+	* netx/net/sourceforge/jnlp/runtime/Boot.java
+	(main, getAboutFile, getJNLPFile, itwInfoMessage): changed way of launching
+	About dialog to using new static display method rather than JNLP launch.
+	Removed methods relating to JNLP launch. More informative and nicely
+	formatted -headless information.
+	* netx/net/sourceforge/jnlp/resources/Messages.properties
+	(BAboutITW, BFileInfoAuthors, BFileInfoCopying, BFileInfoNews): added new
+	messages for javaws -about -headless launch
+	* netx/net/sourceforge/jnlp/resources/about.html: moved out of extras
+	into netx. Added more content, changed formatting.
+	* netx/net/sourceforge/jnlp/resources/about.jnlp: removed, no longer needed
+	* netx/net/sourceforge/jnlp/resources/itw_logo.png: new image for About
+	dialog. Modified version of javaws_splash.png
+	* netx/net/sourceforge/jnlp/resources/jamIcon.jpg: moved out of extras
+	into netx
+	* extra/net/sourceforge/javaws/about/HTMLPanel.java: moved into netx
+	* extra/net/sourceforge/javaws/about/Main.java: same
+	* extra/net/sourceforge/javaws/about/resources/about.html: same
+	* extra/net/sourceforge/javaws/about/resources/jamIcon.jpg: same
+	* extra/net/sourceforge/javaws/about/resources/applications.html: removed
+	* extra/net/sourceforge/javaws/about/resources/notes.html: removed 
+
 2013-06-28  Adam Domurad  <adomurad at redhat.com>
 
 	* plugin/icedteanp/java/sun/applet/PluginAppletSecurityContext.java
diff -r 87c9fc859a21 -r c806308b6529 Makefile.am
--- a/Makefile.am	Fri Jun 28 09:45:11 2013 -0400
+++ b/Makefile.am	Wed Jul 10 18:31:48 2013 +0200
@@ -5,8 +5,6 @@
 export NETX_DIR = $(abs_top_builddir)/netx.build
 export NETX_SRCDIR = $(abs_top_srcdir)/netx
 export NETX_RESOURCE_DIR=$(NETX_SRCDIR)/net/sourceforge/jnlp/resources
-export NETX_EXTRA_DIR=$(abs_top_srcdir)/extra/net/sourceforge/javaws/about/resources
-export NETX_EXTRA_DIST_DIR=$(abs_top_builddir)/extra-lib/net/sourceforge/javaws/about/resources
 
 export REPORT_STYLES_DIRNAME=report-styles
 
@@ -132,6 +130,7 @@
 export PLUGIN_TEST_SRCS = $(abs_top_srcdir)/plugin/tests/LiveConnect/*.java
 
 export NETX_PKGS = javax.jnlp net.sourceforge.nanoxml net.sourceforge.jnlp \
+	net.sourceforge.jnlp.about \
 	net.sourceforge.jnlp.cache net.sourceforge.jnlp.config \
 	net.sourceforge.jnlp.controlpanel net.sourceforge.jnlp.event \
 	net.sourceforge.jnlp.runtime net.sourceforge.jnlp.security \
@@ -192,9 +191,6 @@
 
 export PLUGIN_VERSION = IcedTea-Web $(FULL_VERSION)
 
-export EXTRA_DIST = $(top_srcdir)/netx $(top_srcdir)/plugin javaws.png javaws.desktop.in extra launcher \
- itweb-settings.desktop.in $(top_srcdir)/tests
-
 # reproducers `D`shortcuts
 export DTEST_SERVER=-Dtest.server.dir=$(REPRODUCERS_TESTS_SERVER_DEPLOYDIR)
 export DJAVAWS_BUILD=-Djavaws.build.bin=$(DESTDIR)$(bindir)/$(javaws)
@@ -224,12 +220,12 @@
 # Top-Level Targets
 # =================
 
-all-local: stamps/netx-dist.stamp extra-lib/about.jar stamps/plugin.stamp launcher.build/$(javaws) \
+all-local: stamps/netx-dist.stamp stamps/plugin.stamp launcher.build/$(javaws) \
  javaws.desktop stamps/docs.stamp launcher.build/$(itweb_settings) itweb-settings.desktop
 
 check-local: $(RHINO_TESTS) $(JUNIT_TESTS)
 
-clean-local: clean-netx clean-plugin clean-liveconnect clean-extra  \
+clean-local: clean-netx clean-plugin clean-liveconnect \
  clean-native-ecj clean-launchers clean-desktop-files clean-docs clean-tests clean-bootstrap-directory
 	if [ -e stamps ] ; then \
 	  rmdir stamps ; \
@@ -249,13 +245,11 @@
 	${INSTALL_DATA} $(NETX_DIR)/lib/classes.jar $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/netx.jar
 	${INSTALL_DATA} $(NETX_SRCDIR)/javaws_splash.png $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/javaws_splash.png
 	${INSTALL_PROGRAM} launcher.build/$(javaws) $(DESTDIR)$(bindir)
-	${INSTALL_DATA} extra-lib/about.jar $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/about.jar
 	${INSTALL_PROGRAM} launcher.build/$(itweb_settings) $(DESTDIR)$(bindir)
 
 install-data-local:
 	${mkinstalldirs} -d $(DESTDIR)$(mandir)/man1
 	${INSTALL_DATA} $(NETX_SRCDIR)/javaws.1 $(DESTDIR)$(mandir)/man1
-	${INSTALL_DATA} $(NETX_RESOURCE_DIR)/about.jnlp $(DESTDIR)$(datarootdir)/$(PACKAGE_NAME)
 if ENABLE_DOCS
 	${mkinstalldirs} $(DESTDIR)$(htmldir)
 	(cd ${abs_top_builddir}/docs/netx; \
@@ -276,8 +270,6 @@
 	rm -f $(DESTDIR)$(libdir)/$(BUILT_PLUGIN_LIBRARY)
 	rm -f $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/plugin.jar
 	rm -f $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/netx.jar
-	rm -f $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/about.jnlp
-	rm -f $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/about.jar
 	rm -f $(DESTDIR)$(mandir)/man1/javaws.1
 	rm -f $(DESTDIR)$(bindir)/$(javaws)
 	rm -f $(DESTDIR)$(bindir)/$(itweb_settings)
@@ -466,7 +458,74 @@
 	sed -i '/VariableX509TrustManagerJDK7/ d' $@
 endif
 
-stamps/netx.stamp: netx-source-files.txt stamps/bootstrap-directory.stamp
+stamps/netx-html-gen.stamp:
+	(cd $$NETX_SRCDIR/..; \
+	mkdir -p html-gen; \
+	cp AUTHORS NEWS COPYING ChangeLog html-gen/; \
+	cd html-gen/; \
+	for FILE in NEWS AUTHORS COPYING ChangeLog; \
+	do \
+	sed -r \
+		-e "s/\t/    /g" $(: Convert tabs into four spaces) \
+		-e "s/\&/\&amp;/g" $(: "&" -> "&amp;") \
+		-e "s/  /\&ensp;\&ensp;/g" $(: Double-spaces into HTML whitespace for formatting) \
+		-e "s/</\&lt;/g" $(: "<" -> "&lt;") \
+		-e "s/>/\&gt;/g" $(: ">" -> "&gt;") \
+		-e 's/(\&lt;)?(https?:\/\/[^ ]*)(\&gt;| |$$)/\1<a href="\2">\2<\/a>\3/i' $(: Creates hyperlinks from http/https URLs) \
+		-e 's/\&lt;(.*@.*)\&gt;/\&lt;<a href="mailto:\1\?subject=IcedTea-Web">\1<\/a>\&gt;/i' $(: Create mailto links from email addresses formatted as <email at example.com>) \
+		-e "s/$$/<br>/g" $(: "\n" -> "<br>") \
+	"./$$FILE" > "./$$FILE.html"; \
+	done; \
+	sed -i '4i <center>' AUTHORS.html; \
+	sed -i '5i <br><img src="jamIcon.jpg" alt="Jam Icon" width="87" height="84"><br><br>' AUTHORS.html; $(: Insert jamIcon into AUTHORS.html and center the authors list)\
+	echo "</center>" >> AUTHORS.html; \
+	for FILE in NEWS.html ChangeLog.html; \
+	do \
+		mv $$FILE "$$FILE.old"; \
+		COUNTER=0; \
+		while read LINE; \
+		do \
+			BOLD=1; \
+			if [[ $$FILE == "NEWS.html" ]]; \
+			then \
+				if [[ $$LINE =~ New\ in\ release* ]]; \
+				then \
+					BOLD=0; \
+					COUNTER=$$(( $$COUNTER + 1 )); \
+				fi; \
+				if [[ $$COUNTER -gt 2 ]]; $(: Cut to two releases)\
+				then \
+					break; \
+				fi; \
+			else \
+				if [[ $$LINE =~ .*\&lt\;.*\@.*\&gt\; ]]; $(: Matches eg <aazores at redhat.com>, after HTML-escaping)\
+				then \
+					BOLD=0; \
+				fi; \
+				if [[ $$LINE =~ [0-9]{4}-[0-9]{2}-[0-9]{2}* ]]; $(: Matches eg 2013-07-01)\
+				then \
+					COUNTER=$$(( $$COUNTER + 1 )); \
+				fi; \
+				if [[ $$COUNTER -gt 10 ]]; $(: Cut to ten changesets)\
+				then \
+					break; \
+				fi; \
+			fi; \
+			if [[ $$BOLD -eq 0 ]]; $(: Highlight "New In Release" in News, and author name lines in ChangeLog) \
+			then \
+				echo "<b>$$LINE</b>" >> $$FILE; \
+			else \
+				echo "$$LINE" >> $$FILE; \
+			fi; \
+		done < "$$FILE.old"; \
+		rm $$FILE.old; \
+	done)
+	${INSTALL_DATA} $(NETX_SRCDIR)/../html-gen/*.html $(NETX_RESOURCE_DIR)
+	rm -r $(NETX_SRCDIR)/../html-gen/
+	mkdir -p stamps
+	touch $@
+
+stamps/netx.stamp: netx-source-files.txt stamps/bootstrap-directory.stamp stamps/netx-html-gen.stamp
 	mkdir -p $(NETX_DIR)
 	$(BOOT_DIR)/bin/javac $(IT_JAVACFLAGS) \
 	    -d $(NETX_DIR) \
@@ -503,37 +562,13 @@
 	rm -f stamps/netx-dist.stamp
 	rm -f netx-source-files.txt
 	rm -f stamps/netx.stamp
+	rm -f stamps/netx-html-gen.stamp
+	rm -f $(NETX_RESOURCE_DIR)/{NEWS,AUTHORS,COPYING,ChangeLog}.html
 
 clean-desktop-files:
 	rm -f javaws.desktop
 	rm -f itweb-settings.desktop
 
-# extras -- used to create about.jar for javaws.
-extra-source-files.txt:
-	find $(abs_top_srcdir)/extra -name '*.java' | sort > $@
-
-stamps/extra-class-files.stamp: extra-source-files.txt stamps/netx.stamp
-	mkdir -p extra-lib
-	$(BOOT_DIR)/bin/javac $(IT_JAVACFLAGS) -d extra-lib \
-          -sourcepath $(abs_top_srcdir)/extra -cp netx.build \
-          -bootclasspath $(RUNTIME) @extra-source-files.txt
-	(cd $(NETX_EXTRA_DIR); \
-	 for files in $$(find . -type f); \
-	 do \
-	   ${INSTALL_DATA} -D $${files} \
-	   $(NETX_EXTRA_DIST_DIR)/$${files}; \
-	 done)
-	mkdir -p stamps
-	touch $@
-
-clean-extra:
-	rm -rf extra-lib
-	rm -f stamps/extra-class-files.stamp
-	rm -f extra-source-files.txt
-
-extra-lib/about.jar: stamps/extra-class-files.stamp
-	$(BOOT_DIR)/bin/jar cf $@ -C extra-lib net ;
-
 launcher.build/$(javaws): launcher/launchers.in
 	mkdir -p launcher.build
 	MAIN_CLASS=net.sourceforge.jnlp.runtime.Boot ;\
@@ -865,7 +900,7 @@
 	$(MAKE) ; \
 	mv $(SOFTKILLER) $(TESTS_DIR)/
 
-stamps/run-netx-dist-tests.stamp: stamps/netx-dist.stamp extra-lib/about.jar stamps/plugin.stamp launcher.build/$(javaws) \
+stamps/run-netx-dist-tests.stamp: stamps/netx-dist.stamp stamps/plugin.stamp launcher.build/$(javaws) \
  javaws.desktop stamps/docs.stamp launcher.build/$(itweb_settings) itweb-settings.desktop \
  stamps/netx.stamp stamps/junit-jnlp-dist-dirs stamps/netx-dist-tests-import-cert-to-public $(TESTS_DIR)/softkiller \
  stamps/test-extensions-compile.stamp stamps/compile-reproducers-testcases.stamp $(JUNIT_RUNNER_JAR) stamps/copy-reproducers-resources.stamp\
@@ -910,7 +945,7 @@
 #although this targets will indeed create symbolic links to enable 
 #icedtea-web plugin inside browser it is intended for testing purposes
 if ENABLE_PLUGIN
-stamps/user-links.stamp: stamps/netx-dist.stamp extra-lib/about.jar stamps/plugin.stamp \
+stamps/user-links.stamp: stamps/netx-dist.stamp stamps/plugin.stamp \
  launcher.build/$(javaws) stamps/netx.stamp $(DESTDIR)$(libdir)/$(BUILT_PLUGIN_LIBRARY) 
 	if [ $(MOZILLA_FAMILY_TEST) ]  ; then  \
 	  if [ -e $(MOZILLA_LOCAL_PLUGINDIR)/$(PLUGIN_LINK_NAME) ] ; then \
@@ -940,7 +975,7 @@
 	  rm -f stamps/user-links.stamp ; \
 	fi
 
-stamps/global-links.stamp: stamps/netx-dist.stamp extra-lib/about.jar stamps/plugin.stamp launcher.build/$(javaws) \
+stamps/global-links.stamp: stamps/netx-dist.stamp stamps/plugin.stamp launcher.build/$(javaws) \
  stamps/netx.stamp $(DESTDIR)$(libdir)/$(BUILT_PLUGIN_LIBRARY)
 	if [ $(MOZILLA_FAMILY_TEST) ]  ; then  \
 	    dir="$(MOZILLA_GLOBAL32_PLUGINDIR)"  ; \
diff -r 87c9fc859a21 -r c806308b6529 extra/net/sourceforge/javaws/about/HTMLPanel.java
--- a/extra/net/sourceforge/javaws/about/HTMLPanel.java	Fri Jun 28 09:45:11 2013 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,59 +0,0 @@
-/* HTMLPanel.java
-   Copyright (C) 2008 Red Hat, Inc.
-
-This file is part of IcedTea.
-
-IcedTea is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public License as published by
-the Free Software Foundation, version 2.
-
-IcedTea is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with IcedTea; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-Linking this library statically or dynamically with other modules is
-making a combined work based on this library.  Thus, the terms and
-conditions of the GNU General Public License cover the whole
-combination.
-
-As a special exception, the copyright holders of this library give you
-permission to link this library with independent modules to produce an
-executable, regardless of the license terms of these independent
-modules, and to copy and distribute the resulting executable under
-terms of your choice, provided that you also meet, for each linked
-independent module, the terms and conditions of the license of that
-module.  An independent module is a module which is not derived from
-or based on this library.  If you modify this library, you may extend
-this exception to your version of the library, but you are not
-obligated to do so.  If you do not wish to do so, delete this
-exception statement from your version.
-*/
-
-package net.sourceforge.javaws.about;
-
-import java.awt.BorderLayout;
-import java.io.IOException;
-import java.net.URL;
-
-import javax.swing.JPanel;
-import javax.swing.JScrollPane;
-import javax.swing.JEditorPane;
-
-public class HTMLPanel extends JPanel {
-
-	JEditorPane pane;
-	
-	public HTMLPanel(URL url) throws IOException {
-		super(new BorderLayout());
-		pane = new JEditorPane(url);
-		pane.setEditable(false);
-		JScrollPane scroller = new JScrollPane(pane);
-		add(scroller, BorderLayout.CENTER);
-	}
-}
diff -r 87c9fc859a21 -r c806308b6529 extra/net/sourceforge/javaws/about/Main.java
--- a/extra/net/sourceforge/javaws/about/Main.java	Fri Jun 28 09:45:11 2013 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,117 +0,0 @@
-/* Main.java
-   Copyright (C) 2008 Red Hat, Inc.
-
-This file is part of IcedTea.
-
-IcedTea is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public License as published by
-the Free Software Foundation, version 2.
-
-IcedTea is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with IcedTea; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-Linking this library statically or dynamically with other modules is
-making a combined work based on this library.  Thus, the terms and
-conditions of the GNU General Public License cover the whole
-combination.
-
-As a special exception, the copyright holders of this library give you
-permission to link this library with independent modules to produce an
-executable, regardless of the license terms of these independent
-modules, and to copy and distribute the resulting executable under
-terms of your choice, provided that you also meet, for each linked
-independent module, the terms and conditions of the license of that
-module.  An independent module is a module which is not derived from
-or based on this library.  If you modify this library, you may extend
-this exception to your version of the library, but you are not
-obligated to do so.  If you do not wish to do so, delete this
-exception statement from your version.
-*/
-
-package net.sourceforge.javaws.about;
-
-import java.awt.BorderLayout;
-import java.awt.Dimension;
-import java.awt.Toolkit;
-import java.io.IOException;
-
-import javax.swing.JFrame;
-import javax.swing.JPanel;
-import javax.swing.JTabbedPane;
-import javax.swing.UIManager;
-
-
-public class Main extends JPanel  {
-
-	private final String notes = "/net/sourceforge/javaws/about/resources/notes.html";
-	private final String apps = "/net/sourceforge/javaws/about/resources/applications.html";
-	private final String about = "/net/sourceforge/javaws/about/resources/about.html";
-	JTabbedPane tabbedPane;
-
-	public Main() throws IOException {
-		super(new BorderLayout());
-		
-		HTMLPanel notesPanel = new HTMLPanel(getClass().getResource(notes));
-		HTMLPanel appsPanel = new HTMLPanel(getClass().getResource(apps));
-		HTMLPanel aboutPanel = new HTMLPanel(getClass().getResource(about));
-		
-	
-		
-		tabbedPane = new JTabbedPane();
-
-		tabbedPane.add("About IcedTea-Web and NetX", aboutPanel);
-		tabbedPane.add("Applications", appsPanel);
-		tabbedPane.add("Notes", notesPanel);
-		
-		tabbedPane.setPreferredSize(new Dimension(550,410));
-		add(tabbedPane, BorderLayout.CENTER);
-	}
-
-	private static void createAndShowGUI() {
-		
-		try {
-			UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
-		} catch (Exception e) {	
-		}
-		
-		JFrame frame = new JFrame("About IcedTea-Web and NetX");
-		frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
-		Main demo = null;
-		try {
-			demo = new Main();
-		} catch (Exception e) {
-			e.printStackTrace();
-			System.exit(1);
-		}
-		demo.setOpaque(true);
-		frame.setContentPane(demo);
-		frame.pack();
-		centerDialog(frame);
-		frame.setVisible(true);
-	}
-	
-    private static void centerDialog(JFrame frame) {
-        Dimension screen = Toolkit.getDefaultToolkit().getScreenSize();
-        Dimension dialogSize = frame.getSize();
-
-        frame.setLocation((screen.width - dialogSize.width)/2,
-            (screen.height - dialogSize.height)/2);
-    }
-
-	public static void main(String[] args) {
-		javax.swing.SwingUtilities.invokeLater(new Runnable() {
-			public void run() {
-				createAndShowGUI();
-			}
-		});
-	}
-
-
-}
diff -r 87c9fc859a21 -r c806308b6529 extra/net/sourceforge/javaws/about/resources/about.html
--- a/extra/net/sourceforge/javaws/about/resources/about.html	Fri Jun 28 09:45:11 2013 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-    <head>
-        <title>
-        </title>
-    </head>
-    <body>
-        <h3>IcedTea-Web</h3> is a high-quality JNLP client, built 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
-        environment (unless signed).
-        <br><br><big><b>
-                Features of NetX:
-        </b></big>
-        <ul>
-            <li><b>Modular: </b>Easily add JNLP capabilities to an application.</li>
-            <li><b>Small Size: </b>Loads from a ~130K JAR file.</li>
-            <li><b>Saves Memory: </b>Launch programs in a shared JVM.</li>
-            <li><b>Fast startup:</b> Runs applications from a cache for fast starting. </li>
-            <li><b>Security:</b> Run any application in a sandbox or log its activities.</li>
-            <li><b>Auto-Update:</b> Applications can auto-update without special code.</li>
-            <li><b>Network Deployment:</b> Deploy to the internet, not with installers. </li>
-            <li><b>Open Source:</b> GNU Lesser General Public License.</li>
-        </ul>
-    </body>
-</html>
-
diff -r 87c9fc859a21 -r c806308b6529 extra/net/sourceforge/javaws/about/resources/applications.html
--- a/extra/net/sourceforge/javaws/about/resources/applications.html	Fri Jun 28 09:45:11 2013 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title>Applications</title>
-</head>
-<body>
-
-<big><b>Sample Applications:</b></big><br>
-<b>&nbsp;&nbsp;&nbsp;<a href="http://www.jGoodies.com/download/jdiskreport/jdiskreport.jnlp">jDiskReport</a> -</b> http://www.jGoodies.com/download/jdiskreport/jdiskreport.jnlp<br>
-<b>&nbsp;&nbsp;&nbsp;<a href="http://www.jgoodies.com/download/jpathreport/jpathreport.jnlp">jPathReport</a> -</b> http://www.jgoodies.com/download/jpathreport/jpathreport.jnlp<br>
-<b>&nbsp;&nbsp;&nbsp;<a href="http://www.L2FProd.com/software/skinlf/jnlp/demo.php">Skin L2F Demo</a> -</b> http://www.L2FProd.com/software/skinlf/jnlp/demo.php<br>
-<b>&nbsp;&nbsp;&nbsp;<a href="http://www.glub.com/products/secureftp/secureftp.jnlp">Secure FTP</a> -</b> http://www.glub.com/products/secureftp/secureftp.jnlp<br>
-<b>&nbsp;&nbsp;&nbsp;<a href="http://www.jext.org/apps/jext.jnlp">Jext</a> -</b> http://www.jext.org/apps/jext.jnlp<br>
-<b>&nbsp;&nbsp;&nbsp;<a href="http://www.javazoom.net/jlgui/jws/jlgui.jnlp">Java Music Player</a> -</b> http://www.javazoom.net/jlgui/jws/jlgui.jnlp<br>
-<br>
-<big><b>Apps using netx:</b></big><br>
-<b>&nbsp;&nbsp;&nbsp;<a href="http://jnlp.sourceforge.net/netx/start/start.jnlp">Java Start Button</a> -</b> http://jnlp.sourceforge.net/netx/start/start.jnlp<br>
-<br>



More information about the distro-pkg-dev mailing list