JDK-4985303 : Win L&F: Resizing behavior is unlike Windows native file dialog.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2004-01-29
  • Updated: 2006-06-12
  • Resolved: 2006-06-12
Related Reports
Relates :  
Description
Resizing behavior is unlike Windows native file dialog.
When you resize the windows file chooser in list view the files are rearranged  while you are resizing, this is unlike Java implementation. In Java the rearragement is done once the resizing is complete.

Steps to reproduce:
--------------------
1) Open SwingSet2 demo. Change the laf to Windows.
2) Go to FileChooser Demo. 
3) Resize the Dialog. Notice that rearrangement is donewhen you stop the resizing. 
4) Now open wordpad and open file dialog box and repeat the above step and notice the difference.

Comments
EVALUATION This is fixed in Mustang, where AWT has turned on dynamic resizing by default on all windows.
12-06-2006

EVALUATION This may be an AWT window issue. ###@###.### 2004-01-29
29-01-2004