2
|
1 |
<html>
|
|
2 |
<!--
|
|
3 |
@test
|
|
4 |
@bug 4868278
|
|
5 |
@summary Tests that GraphicsConfig for invisible (peerless) windows is
|
|
6 |
updated after showing the window
|
|
7 |
@author artem.ananiev, area=awt.multiscreen
|
|
8 |
@library ../../regtesthelpers
|
|
9 |
@build Util
|
|
10 |
@run applet WindowGCChangeTest.html
|
|
11 |
-->
|
|
12 |
<head>
|
|
13 |
<title> WindowGCChangeTest </title>
|
|
14 |
</head>
|
|
15 |
<body>
|
|
16 |
|
|
17 |
<h1>WindowGCChangeTest<br>Bug ID: 4868278 Problem with Action button tooltips with some multiple monitor configurations </h1>
|
|
18 |
|
|
19 |
<p> This is an AUTOMATIC test, simply wait for completion </p>
|
|
20 |
|
|
21 |
<APPLET CODE="WindowGCChangeTest.class" WIDTH=200 HEIGHT=200></APPLET>
|
|
22 |
</body>
|
|
23 |
</html>
|
|
24 |
|