[kepler-dev] [Bug 5414] fileparameter browse has NPE

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue May 31 14:47:10 PDT 2011


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5414

Christopher Brooks <cxh at eecs.berkeley.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
       Hours Worked|                            |0.25
             Status|NEW                         |RESOLVED
                 CC|                            |cxh at eecs.berkeley.edu
         Resolution|                            |FIXED
         AssignedTo|david.v.welker at gmail.com    |cxh at eecs.berkeley.edu

--- Comment #1 from Christopher Brooks <cxh at eecs.berkeley.edu> 2011-05-31 14:47:10 PDT ---
Fixed.

I'm in the process of updating the file browser dialogs to use
java.awt.FileDialog under Mac OS X so that users have a more native
look and feel.  Other platforms will continue to use javax.swing.JFileChooser.
There is a property that can be set to control which browser is used,
see ptolemy.gui.PtGUIUtilities.

The problem is that under Mac OS X, java.awt.FileDialog.getFile() returns the
file, but not the directory.

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list