<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:ctrueden@wisc.edu" title="Curtis Rueden <ctrueden@wisc.edu>"> <span class="fn">Curtis Rueden</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Always_on_Top.js is not working anymore"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=859">bug 859</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>INVALID
           </td>
           <td>WONTFIX
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Always_on_Top.js is not working anymore"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=859#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Always_on_Top.js is not working anymore"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=859">bug 859</a>
              from <span class="vcard"><a class="email" href="mailto:ctrueden@wisc.edu" title="Curtis Rueden <ctrueden@wisc.edu>"> <span class="fn">Curtis Rueden</span></a>
</span></b>
        <pre>Actually, I supposed this is a "wontfix" rather than an "invalid".

We decided that the auto-import feature of the scripting languages caused more
harm than good, since there are often name clashes. I am updating the ImageJ
wiki with a thorough explanation now which will be available soon on the
Scripting pages (<a href="http://imagej.net/Scripting">http://imagej.net/Scripting</a>).

But suffice to say it is always better to explicitly import all your classes
(and not entire packages) using e.g.

    importClass(Packages.java.io.File)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>