jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
changeset 23632 cd7a34d12e8c
parent 23010 6dadb192ad81
child 25565 ce603b34c98d
equal deleted inserted replaced
23631:f6652dee742c 23632:cd7a34d12e8c
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 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
    61  *
    61  *
    62  * @serial exclude
    62  * @serial exclude
    63  * @since 1.5
    63  * @since 1.5
    64  * @author Scott Violet
    64  * @author Scott Violet
    65  */
    65  */
       
    66 @SuppressWarnings("serial") // Per above comment, not actually serializable
    66 public class SynthLookAndFeel extends BasicLookAndFeel {
    67 public class SynthLookAndFeel extends BasicLookAndFeel {
    67     /**
    68     /**
    68      * Used in a handful of places where we need an empty Insets.
    69      * Used in a handful of places where we need an empty Insets.
    69      */
    70      */
    70     static final Insets EMPTY_UIRESOURCE_INSETS = new InsetsUIResource(
    71     static final Insets EMPTY_UIRESOURCE_INSETS = new InsetsUIResource(