[ImageJ-bugs] [Bug 1188] OS X native FileDialog does not display title

bugzilla at fiji.sc bugzilla at fiji.sc
Wed Nov 18 23:32:20 CST 2015


http://fiji.sc/bugzilla/show_bug.cgi?id=1188

--- Comment #3 from Wayne Rasband <wsr at nih.gov> ---
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).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20151119/f2602194/attachment.html>


More information about the Imagej-bugs mailing list