jdk/test/javax/swing/JColorChooser/8065098/bug8065098.html
author martin
Wed, 02 Sep 2015 14:11:50 -0700
changeset 32427 c22b7e41adf3
parent 28073 b8f12f02bd93
permissions -rw-r--r--
8134984: Text files should end in exactly one newline Summary: automated fixup of newlines at end-of-file via the usual perl one-liner Reviewed-by: chegar, sherman
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
28073
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
     1
<!--
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
     2
 Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
     3
 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
     4
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
     5
 This code is free software; you can redistribute it and/or modify it
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
     6
 under the terms of the GNU General Public License version 2 only, as
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
     7
 published by the Free Software Foundation.
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
     8
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
     9
 This code is distributed in the hope that it will be useful, but WITHOUT
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    10
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    11
 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    12
 version 2 for more details (a copy is included in the LICENSE file that
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    13
 accompanied this code).
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    14
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    15
 You should have received a copy of the GNU General Public License version
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    16
 2 along with this work; if not, write to the Free Software Foundation,
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    17
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    18
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    19
 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    20
 or visit www.oracle.com if you need additional information or have any
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    21
 questions.
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    22
-->
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    23
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    24
<html>
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    25
    <body>
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    26
        1. Compile the java test JColorChooserDnDTest.java: 
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    27
            > <path-to-the-tested-jdk>/bin/javac JColorChooserDnDTest.java
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    28
        2. Run the first instance of the java test: 
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    29
            > <path-to-the-tested-jdk>/bin/java JColorChooserDnDTest
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    30
        3. Select a color in the color chooser
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    31
        4. Run the second instance of the java test: 
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    32
            > <path-to-the-tested-jdk>/bin/java JColorChooserDnDTest
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    33
        5. Drag and drop the selected color from the first color chooser
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    34
           preview panel to the second color chooser preview panel
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    35
        6. If the color is dragged to the second color chooser then the test passes.
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    36
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    37
    <applet width="500" height="1" code="bug8065098.class">
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    38
    </applet>        
b8f12f02bd93 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch
parents:
diff changeset
    39
</body>
32427
c22b7e41adf3 8134984: Text files should end in exactly one newline
martin
parents: 28073
diff changeset
    40
</html>