jdk/src/share/classes/javax/swing/plaf/metal/MetalComboBoxIcon.java
changeset 23697 e556a715949f
parent 5506 202f599c92aa
equal deleted inserted replaced
23696:7deff68428ef 23697:e556a715949f
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2000, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 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
    38  * This utility class draws the horizontal bars which indicate a MetalComboBox
    38  * This utility class draws the horizontal bars which indicate a MetalComboBox
    39  *
    39  *
    40  * @see MetalComboBoxUI
    40  * @see MetalComboBoxUI
    41  * @author Tom Santos
    41  * @author Tom Santos
    42  */
    42  */
       
    43 @SuppressWarnings("serial") // Same-version serialization only
    43 public class MetalComboBoxIcon implements Icon, Serializable {
    44 public class MetalComboBoxIcon implements Icon, Serializable {
    44 
    45 
    45     /**
    46     /**
    46      * Paints the horizontal bars for the
    47      * Paints the horizontal bars for the
    47      */
    48      */