WindowGCChangeTest.html revision 8729:0242fce0f717
1336809Sdim<!--
2336809Sdim Copyright (c) 2005, 2007, Oracle and/or its affiliates. All rights reserved.
3353358Sdim DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4353358Sdim
5353358Sdim This code is free software; you can redistribute it and/or modify it
6336809Sdim under the terms of the GNU General Public License version 2 only, as
7336809Sdim published by the Free Software Foundation.
8336809Sdim
9336809Sdim This code is distributed in the hope that it will be useful, but WITHOUT
10336809Sdim ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11336809Sdim FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12336809Sdim version 2 for more details (a copy is included in the LICENSE file that
13336809Sdim accompanied this code).
14336809Sdim
15336809Sdim You should have received a copy of the GNU General Public License version
16336809Sdim 2 along with this work; if not, write to the Free Software Foundation,
17336809Sdim Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18336809Sdim
19336809Sdim Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20360784Sdim or visit www.oracle.com if you need additional information or have any
21360784Sdim questions.
22336809Sdim-->
23353358Sdim
24353358Sdim<html>
25353358Sdim<!--  
26353358Sdim  @test
27336809Sdim  @bug 4868278
28336809Sdim  @summary Tests that GraphicsConfig for invisible (peerless) windows is
29336809Sdimupdated after showing the window
30336809Sdim  @author artem.ananiev, area=awt.multiscreen
31336809Sdim  @library ../../regtesthelpers
32336809Sdim  @build Util
33336809Sdim  @run applet WindowGCChangeTest.html
34336809Sdim  -->
35336809Sdim<head>
36360784Sdim<title> WindowGCChangeTest </title>
37360784Sdim</head>
38360784Sdim<body>
39360784Sdim
40360784Sdim<h1>WindowGCChangeTest<br>Bug ID: 4868278 Problem with Action button tooltips with some multiple monitor configurations </h1>
41336809Sdim
42336809Sdim<p> This is an AUTOMATIC test, simply wait for completion </p>
43336809Sdim
44336809Sdim<APPLET CODE="WindowGCChangeTest.class" WIDTH=200 HEIGHT=200></APPLET>
45336809Sdim</body>
46336809Sdim</html>
47336809Sdim
48336809Sdim