jdk/src/java.desktop/share/classes/sun/swing/StringUIClientPropertyKey.java
changeset 37701 ab17d4b56946
parent 25859 3317bb8137f4
equal deleted inserted replaced
37700:e929eeebe9b6 37701:ab17d4b56946
     1 /*
     1 /*
     2  * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2006, 2016, 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
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 package sun.swing;
    26 package sun.swing;
    27 
    27 
       
    28 import javax.swing.UIClientPropertyKey;
       
    29 
    28 /**
    30 /**
    29  * An implementation of {@code UIClientPropertyKey} that wraps a {@code String}.
    31  * An implementation of {@code UIClientPropertyKey} that wraps a {@code String}.
    30  *
    32  *
    31  * @author Shannon Hickey
    33  * @author Shannon Hickey
    32  */
    34  */