jdk/test/javax/swing/JScrollBar/6924059/bug6924059.java
author mfang
Wed, 17 Aug 2011 14:18:26 -0700
changeset 10294 8fcdae2a7ec7
parent 5506 202f599c92aa
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4966
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
     1
/*
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 4966
diff changeset
     2
 * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
4966
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
     4
 *
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
     7
 * published by the Free Software Foundation.
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
     8
 *
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    13
 * accompanied this code).
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    14
 *
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    18
 *
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 4966
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 4966
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 4966
diff changeset
    21
 * questions.
4966
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    22
 */
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    23
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    24
/* @test
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    25
 * @bug 6924059
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    26
 * @summary SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    27
 * @author Pavel Porvatov
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    28
 * @run main bug6924059
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    29
 */
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    30
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    31
import javax.swing.*;
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    32
import javax.swing.plaf.synth.SynthLookAndFeel;
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    33
import javax.swing.plaf.synth.SynthScrollBarUI;
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    34
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    35
public class bug6924059 {
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    36
    private static boolean isMethodCalled;
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    37
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    38
    public static void main(String[] args) throws Exception {
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    39
        UIManager.setLookAndFeel(new SynthLookAndFeel());
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    40
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    41
        SwingUtilities.invokeAndWait(new Runnable() {
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    42
            public void run() {
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    43
                new JScrollBar().setUI(new SynthScrollBarUI() {
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    44
                    protected void configureScrollBarColors() {
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    45
                        super.configureScrollBarColors();
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    46
                        isMethodCalled = true;
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    47
                    }
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    48
                });
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    49
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    50
                if (!isMethodCalled) {
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    51
                    throw new RuntimeException("The configureScrollBarColors was not called");
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    52
                }
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    53
            }
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    54
        });
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    55
    }
ff6769741ba1 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
rupashka
parents:
diff changeset
    56
}