JDK-6293350 : FileChooserDemo:In dialog window the create folder icon is in disable state by default.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2005-07-01
  • Updated: 2011-02-16
  • Resolved: 2005-07-28
Related Reports
Duplicate :  
Description
Bug Info:
=========
In dialog window the create folder icon is in disable state.But the create folder icon should be in enable state by default.

The create folder icon should be in disable state in following conditions only.

If the user chooser either MyNetwork,My Computer or My Recent Documents.

JDK info:
=========
java version "1.6.0-ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-ea-b42)
Java HotSpot(TM) Client VM (build 1.6.0-ea-b42, mixed mode, sharing) 

Steps to reproduce
==================
1. Open FileChooserDemo(JAVA_HOME/demo/jfc/FileChooser) demo application.

 ${JAVA_HOME}/bin/java -jar ${JAVA_HOME$}/demo/jfc/FileChooserDemo/FileChooserDemo.jar

2. Choose windows L&F .

3. Select any dailog type and then click on Show Filechooser button.

Expeted Result:
===============
Dailog window should open and the focus should be on My Documents icon.The create folder should be in enable state.

Actual Result:
==============
The create folder is in disable state.


###@###.### 2005-07-01 09:19:51 GMT