-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.4.2
-
x86, sparc
-
linux, solaris_8
Name: mmR10223 Date: 03/19/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.4.2-b18
Platform[s] : Sparc Solaris 2.8 (CDE), Linux Redhat 7.3 GNOME
The FileChooserDemo does not work as expected.
Test source location:
=====================
/net/linux-15/export/home/jdk1.4.2/solsparc/demo/jfc/FileChooserDemo/FileChooserDemo.jar
How to reproduce:
=================
0. Run the following script (you may need to change it's variables)
1. Set Look and Feel to Motif.
Uncheck the "Show Control Button" checkbox.
Click the "Show File Chooser" button.
The buttons "OK", "Cancel", and "Update" in open dialog must be hided, but its do not.
2. Set Look and Feel to Motif.
Enable "MultiSelection" mode.
Click the "Show File Chooser" button and select more then one files. Click "Open".
The list of selected files must be shown, but the list has only one item.
--- script start ---
#!/bin/bash
JDK="/net/jdk/export/disk8/local.java/jdk1.4.2/solsparc"
cd $JDK/demo/jfc/FileChooserDemo
$JDK/bin/java -jar FileChooserDemo.jar
--- script end ---
Specific machine info:
======================
Hostname: linux-1
OS: Solaris 2.8 (CDE)
Hostname: linux-13
OS: Linux Redhat 7.3
======================================================================
- duplicates
-
JDK-4624353 Motif FileChooserDemo always shows the control buttons in the FileChooser dialog
- Closed
- relates to
-
JDK-4865948 jdk1.5.0/sparc/demo/jfc/FileChooserDemo doesn't work as expected w/ Motif L&F
- Closed