[cp-patches] Patch: MetalFileChooserUI

2005-11-29 Thread Lillian Angel
MetalFileChooserUI is pretty much completed now. I am still testing it for any remaining bugs. The sizing is still off in some cases, since the bug for wrapping JLists is not fixed (the wrapping code is temporarily commented out). The details view works. Editing in all views also works. 2005-11

[cp-patches] Patch: MetalFileChooserUI details view

2005-11-28 Thread Lillian Angel
I have started to implement the details view for the MetalFileChooser. It is not yet complete. - It doesn't update when the different control buttons are pressed (home, up.. etc) - It does not render the icons yet - It does not have a doubleClickListener attached - It does not have a singleClickLis

[cp-patches] Patch: MetalFileChooserUI editing

2005-11-28 Thread Lillian Angel
Editing for the MetalFileChooser now works. 2005-11-28 Lillian Angel <[EMAIL PROTECTED]> * javax/swing/JList.java (init): Layout should not be set to FlowLayout. JDK sets it to null. * javax/swing/plaf/metal/MetalFileChooserUI.java (mouseClicked): Change