<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_CONFIRMED "
   title="CONFIRMED - OS X native FileDialog does not display title"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1188#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_CONFIRMED "
   title="CONFIRMED - OS X native FileDialog does not display title"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1188">bug 1188</a>
              from <span class="vcard"><a class="email" href="mailto:wsr@nih.gov" title="Wayne Rasband <wsr@nih.gov>"> <span class="fn">Wayne Rasband</span></a>
</span></b>
        <pre>You can work around this problem by upgrading to the latest ImageJ daily build
(1.50e36) and enabling the "Use JFileChooser" option. Here is an example:

  setOption("JFileChooser", true);
  dir = getDirectory("Choose a Directory");
  setOption("JFileChooser", false);

Unlike the native directory chooser, JFileChooser still has a title bar on OS X
10.11 (El Capitan).</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>