diff options
Diffstat (limited to 'libjava/java/awt/Checkbox.java')
-rw-r--r-- | libjava/java/awt/Checkbox.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libjava/java/awt/Checkbox.java b/libjava/java/awt/Checkbox.java index 10c6744..82ced64 100644 --- a/libjava/java/awt/Checkbox.java +++ b/libjava/java/awt/Checkbox.java @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 Free Software Foundation +/* Copyright (C) 2000, 2001 Free Software Foundation This file is part of libgcj. @@ -63,6 +63,7 @@ public class Checkbox extends Component implements ItemSelectable { if (peer == null) peer = getToolkit ().createCheckbox (this); + super.addNotify (); } /** Returns the current CheckboxGroup associated with this |