[cp-patches] FYI: MetalToggleButtonUI

2005-09-15 Thread David Gilbert
I committed this patch to implement the missing methods in MetalToggleButtonUI.java and get this UI delegate to use the ToggleButtonBorder that I committed earlier: 2005-09-15 David Gilbert <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicButtonUI.java (installDefaults): set

[cp-patches] FYI: MetalToggleButtonUI

2005-10-27 Thread David Gilbert
This patch (committed) moves the color field initialisation from the constructor to the installDefaults() method, fixing some failing Mauve tests: 2005-10-27 David Gilbert <[EMAIL PROTECTED]> * javax/swing/plaf/metal/MetalToggleButtonUI.java: (MetalToggleButtonUI): removed col