JDK-7124337 : [macosx] FileDialog fails to select multiple files
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • CPU: generic,x86
  • Submitted: 2011-12-23
  • Updated: 2012-05-05
  • Resolved: 2012-03-23
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u4 b13Fixed 8Fixed
Related Reports
Duplicate :  
Relates :  
Description
http://java.net/jira/browse/MACOSX_PORT-535 submitted 2011/10/11 by Dmitry Cherepanov
In JDK7 FileDialog's API allows to enable multiple file selection:
public void setMultipleMode(boolean enable);
public File[] getFiles();
but the API is unimplemented in macosx-port right now.

Comments
EVALUATION This functionality needs to be implemented.
13-02-2012

SUGGESTED FIX Done - http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/0e2f3e494814
13-02-2012