jdk/src/share/classes/javax/swing/plaf/LayerUI.java
changeset 23697 e556a715949f
parent 23010 6dadb192ad81
child 25565 ce603b34c98d
equal deleted inserted replaced
23696:7deff68428ef 23697:e556a715949f
     1 /*
     1 /*
     2  * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2009, 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
    56  * @see JLayer#getView()
    56  * @see JLayer#getView()
    57  * @since 1.7
    57  * @since 1.7
    58  *
    58  *
    59  * @author Alexander Potochkin
    59  * @author Alexander Potochkin
    60  */
    60  */
       
    61 @SuppressWarnings("serial") // Same-version serialization only
    61 public class LayerUI<V extends Component>
    62 public class LayerUI<V extends Component>
    62         extends ComponentUI implements Serializable {
    63         extends ComponentUI implements Serializable {
    63 
    64 
    64     private final PropertyChangeSupport propertyChangeSupport =
    65     private final PropertyChangeSupport propertyChangeSupport =
    65             new PropertyChangeSupport(this);
    66             new PropertyChangeSupport(this);