Re: [cp-patches] FYI: MetalIconFactory.getRadioButtonMenuItemIcon()

2005-08-31 Thread Tom Tromey
On Tue, 2005-08-30 at 21:35 +, David Gilbert wrote: I committed this patch to add an icon for JRadioButtonMenuItems under the Metal look and feel: +public int getIconWidth() +{ + return 10; +} I notice there are an awful lot of constant integers in the plaf code.

Re: [cp-patches] FYI: MetalIconFactory.getRadioButtonMenuItemIcon()

2005-08-31 Thread David Gilbert
Tom Tromey wrote: On Tue, 2005-08-30 at 21:35 +, David Gilbert wrote: I committed this patch to add an icon for JRadioButtonMenuItems under the Metal look and feel: +public int getIconWidth() +{ + return 10; +} I notice there are an awful lot of

[cp-patches] FYI: MetalIconFactory.getRadioButtonMenuItemIcon()

2005-08-30 Thread David Gilbert
I committed this patch to add an icon for JRadioButtonMenuItems under the Metal look and feel: 2005-08-30 David Gilbert [EMAIL PROTECTED] * examples/gnu/classpath/examples/swing/Demo.java (mkMenuBar): added a JRadioButtonMenuItem, *