[kepler-dev] [Bug 3801] open dialog, common places pane has white box instead of text
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Sun Jun 17 13:57:22 PDT 2012
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3801
Christopher Brooks <cxh at eecs.berkeley.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #15 from Christopher Brooks <cxh at eecs.berkeley.edu> 2012-06-17 13:57:22 PDT ---
Fixed.
data-handling/src/org/ecoinformatics/seek/querybuilder/QBApp.java was updated:
> 919 | crawl | 2012-06-11 17:46:03 -0700 (Mon, 11 Jun 2012) | 1 line
> use PtFileChooser for OSX dialog boxes (bug 4112)
The way to check this:
cd kepler
find . -name "*.java" > ~/tmp/kj
cat ~/tmp/kj | xargs grep JFileChooser | grep import
Then look for files that import JFileChooser, but do not import
JFileChooserBugFix
--
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