jdk/src/share/classes/javax/swing/JToolBar.java
changeset 22574 7f8ce0c8c20a
parent 20458 f2423fb3fd19
child 24982 37fe99dfd9e9
equal deleted inserted replaced
22573:8f0344f13b7f 22574:7f8ce0c8c20a
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, 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
    84  *
    84  *
    85  * @author Georges Saab
    85  * @author Georges Saab
    86  * @author Jeff Shapiro
    86  * @author Jeff Shapiro
    87  * @see Action
    87  * @see Action
    88  */
    88  */
       
    89 @SuppressWarnings("serial") // Same-version serialization only
    89 public class JToolBar extends JComponent implements SwingConstants, Accessible
    90 public class JToolBar extends JComponent implements SwingConstants, Accessible
    90 {
    91 {
    91     /**
    92     /**
    92      * @see #getUIClassID
    93      * @see #getUIClassID
    93      * @see #readObject
    94      * @see #readObject