[Bug swing/22567] JCheckBox's check box is missing

2005-10-15 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |0.18 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22567

[Bug swing/22567] JCheckBox's check box is missing

2005-07-25 Thread timo dot lindfors at iki dot fi
--- Additional Comments From timo dot lindfors at iki dot fi 2005-07-25 14:45 --- The testcase works flawlessly now, thanks! -- What|Removed |Added Status|ASSIGN

[Bug swing/22567] JCheckBox's check box is missing

2005-07-25 Thread roman at kennke dot org
--- Additional Comments From roman at kennke dot org 2005-07-25 14:17 --- Whoops, this was an accident. I don't really know why the Gtk peers can't cope with that. I checked in a fix for that. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22567

[Bug swing/22567] JCheckBox's check box is missing

2005-07-25 Thread timo dot lindfors at iki dot fi
--- Additional Comments From timo dot lindfors at iki dot fi 2005-07-25 14:02 --- Actual results have changed between builds 2005-07-22T100134+ and 2005-07-23T221620+. Now the output is: java.lang.NullPointerException at gnu.java.awt.peer.gtk.GdkFontMetrics. (GdkFontMetrics.j

[Bug SWING/22567] JCheckBox's check box is missing

2005-07-21 Thread roman at kennke dot org
--- Additional Comments From roman at kennke dot org 2005-07-21 12:11 --- I fixed this in Classpath. This should be merged in and this bugreport closed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22567

[Bug SWING/22567] JCheckBox's check box is missing

2005-07-20 Thread fitzsim at redhat dot com
-- What|Removed |Added AssignedTo|graydon at redhat dot com |roman at kennke dot org Status|UNCONFIRMED |ASSIGNED Ever Confirmed|

[Bug SWING/22567] JCheckBox's check box is missing

2005-07-20 Thread roman at kennke dot org
--- Additional Comments From roman at kennke dot org 2005-07-20 19:26 --- I'll take care if this. I already checked in the icon that should display the CheckBox in the MetalLookAndFeel, now it only needs to get wired to the actual CheckBox. Note that there is no CheckBox icon in the Basi