<html>
    <head>
      <base href="http://bugzilla.ecoinformatics.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Save dialog's folder drop-down menu crashes kepler in OS X 10.8 w/ 64-bit java 1.6.0_37-b06-434-11M3909"
   href="http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5725#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Save dialog's folder drop-down menu crashes kepler in OS X 10.8 w/ 64-bit java 1.6.0_37-b06-434-11M3909"
   href="http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5725">bug 5725</a>
              from <span class="vcard"><a class="email" href="mailto:barseghian@nceas.ucsb.edu" title="Derik Barseghian <barseghian@nceas.ucsb.edu>"> <span class="fn">Derik Barseghian</span></a>
</span></b>
        <pre>Doesn't happen in 10.8 w/ Kepler 2.3 either, which doesn't include r28887:
--------
Under Mac OS X, use java.awt.FileDialog instead of javax.swing.JFileChooser. 
This is because Apple applied the native look and feel work to FileDialog, not
JFileChooser.  See ptolemy.gui.Top for similar work.  To switch between the two
types of file browsers, set the ptolemy.ptII.useFileDialog property to true or
false.
--------

I'm sure I've used the directory chooser drop-down in the Save dialog without
getting a jvm crash in 10.8 before, so I suspect the cause is the above change
in combination w/ the recent 10.8 java update to 1.6.0_37.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>