<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font face="FreeMono">This causes exceptions to be printed to
console more clearly in two ways:<br>
<br>
1. It does not swallow launch exceptions in
NetxPanel#runLoader, and the launch exception is printed instead
of a spurious NPE.<br>
2. It sets the applet status to an error status in the
exception path, preventing from further applet loading code, which
would thrown an exception.<br>
<br>
There is also some minor cleanup of a dead code path and a (quite)
obsolete comment.<br>
<br>
2013-XX-XX Adam Domurad <a class="moz-txt-link-rfc2396E" href="mailto:adomurad@redhat.com"><adomurad@redhat.com></a><br>
<br>
* netx/net/sourceforge/jnlp/NetxPanel.java<br>
(exitOnFailure): Remove always-false field.<br>
(NetxPanel): Remove overloaded constructor<br>
(runLoader): Do not swallow LaunchException's. Remove dead<br>
exitOnFailure code-path. Set applet status to APPLET_ERROR
on<br>
exception.<br>
*
plugin/icedteanp/java/sun/applet/PluginAppletPanelFactory.java<br>
(createPanel): Update call to NetxPanel constructor.<br>
<br>
<br>
Happy hacking,<br>
-Adam<br>
</font>
</body>
</html>