src/java.desktop/share/classes/java/awt/CheckboxGroup.java
changeset 58325 d32a3b1ca84a
parent 47216 71c04702a3d5
equal deleted inserted replaced
58324:0aba35254e00 58325:d32a3b1ca84a
     1 /*
     1 /*
     2  * Copyright (c) 1995, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    44  * add(new Checkbox("three", cbg, false));
    44  * add(new Checkbox("three", cbg, false));
    45  * </pre></blockquote><hr>
    45  * </pre></blockquote><hr>
    46  * <p>
    46  * <p>
    47  * This image depicts the check box group created by this example:
    47  * This image depicts the check box group created by this example:
    48  * <p>
    48  * <p>
    49  * <img src="doc-files/CheckboxGroup-1.gif"
    49  * <img src="doc-files/CheckboxGroup-1.gif" alt="Shows three checkboxes,
    50  * alt="Shows three checkboxes, arranged vertically, labeled one, two, and three. Checkbox one is in the on state."
    50  * arranged vertically, labeled one, two, and three. Checkbox one is in the on
    51  * style="float:center; margin: 7px 10px;">
    51  * state." style="margin: 7px 10px;">
    52  *
    52  *
    53  * @author      Sami Shaio
    53  * @author      Sami Shaio
    54  * @see         java.awt.Checkbox
    54  * @see         java.awt.Checkbox
    55  * @since       1.0
    55  * @since       1.0
    56  */
    56  */