jdk/src/share/classes/com/sun/java/swing/plaf/gtk/GTKLookAndFeel.java
changeset 23632 cd7a34d12e8c
parent 23612 bac7b20c12f4
child 24528 21c5bb3d76cc
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
    49 import sun.swing.SwingUtilities2;
    49 import sun.swing.SwingUtilities2;
    50 
    50 
    51 /**
    51 /**
    52  * @author Scott Violet
    52  * @author Scott Violet
    53  */
    53  */
       
    54 @SuppressWarnings("serial") // Superclass not serializable
    54 public class GTKLookAndFeel extends SynthLookAndFeel {
    55 public class GTKLookAndFeel extends SynthLookAndFeel {
    55     private static final boolean IS_22;
    56     private static final boolean IS_22;
    56 
    57 
    57     /**
    58     /**
    58      * Whether or not text is drawn antialiased.  This keys off the
    59      * Whether or not text is drawn antialiased.  This keys off the