<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>
      &nbsp;&nbsp;&nbsp; 1. It does not swallow launch exceptions in
      NetxPanel#runLoader, and the launch exception is printed instead
      of a spurious NPE.<br>
      &nbsp;&nbsp;&nbsp; 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&nbsp; Adam Domurad&nbsp; <a class="moz-txt-link-rfc2396E" href="mailto:adomurad@redhat.com">&lt;adomurad@redhat.com&gt;</a><br>
      <br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * netx/net/sourceforge/jnlp/NetxPanel.java<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (exitOnFailure): Remove always-false field.<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (NetxPanel): Remove overloaded constructor<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (runLoader): Do not swallow LaunchException's. Remove dead<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exitOnFailure code-path. Set applet status to APPLET_ERROR
      on<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exception.<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *
      plugin/icedteanp/java/sun/applet/PluginAppletPanelFactory.java<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (createPanel): Update call to NetxPanel constructor.<br>
      <br>
      <br>
      Happy hacking,<br>
      -Adam<br>
    </font>
  </body>
</html>