< prev index next >

src/java.desktop/share/classes/java/awt/Checkbox.java

Print this page
rev 56131 : 8225372: accessibility errors in tables in java.desktop files
Reviewed-by: aivanov

*** 1,7 **** /* ! * Copyright (c) 1995, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 50,61 **** * </pre></blockquote><hr> * <p> * This image depicts the check boxes and grid layout * created by this code example: * <p> ! * <img src="doc-files/Checkbox-1.gif" alt="The following context describes the graphic." ! * style="float:center; margin: 7px 10px;"> * <p> * The button labeled {@code one} is in the "on" state, and the * other two are in the "off" state. In this example, which uses the * {@code GridLayout} class, the states of the three check * boxes are set independently. --- 50,61 ---- * </pre></blockquote><hr> * <p> * This image depicts the check boxes and grid layout * created by this code example: * <p> ! * <img src="doc-files/Checkbox-1.gif" alt="The following context describes the ! * graphic." style="margin: 7px 10px;"> * <p> * The button labeled {@code one} is in the "on" state, and the * other two are in the "off" state. In this example, which uses the * {@code GridLayout} class, the states of the three check * boxes are set independently.
< prev index next >