[cp-patches] FYI: MetalFileChooserUI

2005-09-21 Thread David Gilbert
I started some work on MetalFileChooserUI and have committed the inner classes and methods that I'm confident are complete. The missing pieces mean this class can't be used for anything useful yet, but I think the bits that are complete should be in CVS for others to see and hack on, so here it

[cp-patches] FYI: MetalFileChooserUI

2005-09-21 Thread David Gilbert
I started some work on MetalFileChooserUI and have committed the inner classes and methods that I'm confident are complete. The missing pieces mean this class can't be used for anything useful yet, but I think the bits that are complete should be in CVS for others to see and hack on, so here it

[cp-patches] FYI: MetalFileChooserUI

2005-10-13 Thread David Gilbert
I committed some more pieces of this class, it is still not usable, but I'm making good progress. This patch shouldn't get in the way of anything and keeps the diffs between CVS and my working tree to a minimum: 2005-10-13 David Gilbert <[EMAIL PROTECTED]> * javax/swing/plaf/metal/M

[cp-patches] FYI: MetalFileChooserUI fixlet

2006-01-27 Thread Roman Kennke
The filechooser file list scrollpane really shouldn't need a scrollbar policy set. At least in Sun's impl it doesn't have one set. This patch fixes this. However, this will cause a slight visual regression. The fix for this is to implement a subclass of JList for the file list. I will do this soon,