JDK-5074846 : The vertical splitbar exist in JFileChooser in GTKLookAndFeel for directory opt
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • OS: linux_2.4,windows_xp
  • CPU: x86
  • Submitted: 2004-07-16
  • Updated: 2014-03-26
  • Resolved: 2014-03-26
Related Reports
Duplicate :  
Relates :  
Description
Bug Description:
----------------

The vertical split bar is still exist even when DIRECTORY_ONLY option is given for JFileChooser in GTKLookAndFeel.
I have attached the snapshot(TemporaryFileLocation2.jpg) check the red box in the image ,which should not be there when DIRECTORY_ONLY option is used with JfileChooser.

Jdk-Info:
---------
java version "1.5.0-beta3"^M
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta3-b57)^M
Java HotSpot(TM) Client VM (build 1.5.0-beta3-b57, mixed mode, sharing)

Steps to reproduce:
-------------------
1. Compile and run the attached java file (TestTwo.java) in jdk1.5.0 (b57) in Solaris9 Gnome and Cinnabar and compare with the attached image.

Compare the image and JFileChooser ,drag the vertical split bar which is displayed at the end of the split pane the user able to drag but nothing happens,the user should not see the vertical split bar when DIRECTPRY_ONLY option is used.

###@###.### 2004-07-16

Comments
EVALUATION This will be addressed with the new GTKFileChooserUI class planned for an upcoming release. ###@###.### 2004-07-19
19-07-2004