< prev index next >

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

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

*** 1,7 **** /* ! * Copyright (c) 1995, 2016, 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,60 **** * of {@code CheckBoxMenuItem}: * <p> * <img src="doc-files/MenuBar-1.gif" * alt="Menu labeled Examples, containing items Basic, Simple, Check, and More * Examples. The Check item is a CheckBoxMenuItem instance, in the off state." ! * style="float:center; margin: 7px 10px;"> * <p> * The item labeled {@code Check} shows a check box menu item * in its "off" state. * <p> * When a check box menu item is selected, AWT sends an item event to --- 50,60 ---- * of {@code CheckBoxMenuItem}: * <p> * <img src="doc-files/MenuBar-1.gif" * alt="Menu labeled Examples, containing items Basic, Simple, Check, and More * Examples. The Check item is a CheckBoxMenuItem instance, in the off state." ! * style="margin: 7px 10px;"> * <p> * The item labeled {@code Check} shows a check box menu item * in its "off" state. * <p> * When a check box menu item is selected, AWT sends an item event to
< prev index next >