JDK-4522927 : REGRESSION:"create new folder" icon in JFileChooser(SwingSet2 demo)is disabled
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.0
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2001-11-05
  • Updated: 2002-06-16
  • Resolved: 2002-04-27
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.
Other
1.4.1 hopperFixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
java version "1.4.0-beta3"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta3-b84)
Java HotSpot(TM) Client VM (build 1.4.0-beta3-b84, mixed mode)


Steps to reproduce:
 
1) Launch SwingSet2 demo of JDK1.4.0-beta3
 
2) Switch to WindowsLookAndFeel
 
3) Click JFileChooser demo
 
4) Click on "ShowPlain JFileChooser"

5)The "create new folder" icon in the dialog box is disabled.

The icon is enabled in SwingSet2 demo of JDK1.3.1_01.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: hopper FIXED IN: hopper INTEGRATED IN: hopper VERIFIED IN: hopper-beta
14-06-2004

EVALUATION The ShellFolder classes need to be updated to allow treating "My Documents" as a real directory. ###@###.### 2002-04-02 Fixed in Win32ShellFolder class by implementing canWrite() to return true for non-filesystem folder with a path (such as My Documents). ###@###.### 2002-04-17
02-04-2002