src/share/classes/javax/swing/ButtonGroup.java

Print this page
rev 10121 : 8046485: Add missing @since tag under javax.swing.*
Reviewed-by:

*** 62,71 **** --- 62,72 ---- * of all JavaBeans&trade; * has been added to the <code>java.beans</code> package. * Please see {@link java.beans.XMLEncoder}. * * @author Jeff Dinkins + * @since 1.2 */ @SuppressWarnings("serial") public class ButtonGroup implements Serializable { // the list of buttons participating in this group