This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 2514

Summary: in Add Directory... can be selected more then one directory(up-down selecting), but after mount them only first of them is mounted,if selecting down-up only one item can be selected
Product: platform Reporter: pknakal <pknakal>
Component: -- Other --Assignee: Rostislav Levy <rlevy>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jaroslav Tulach 2000-07-03 09:36:59 UTC
Probably bug in Swing JFileChooser or in a way how we use it.
Comment 1 Rostislav Levy 2000-07-14 11:28:59 UTC
There is a method called setMultiSelectionEnabled.
Functionality of the method isn't implemented in the JDK 1.2.
The bug has been corrected in the JDK 1.3.