25 lines
617 B
HTML
25 lines
617 B
HTML
<html>
|
|
<!--
|
|
@test
|
|
@bug 4868278
|
|
@summary Tests that GraphicsConfig for invisible (peerless) windows is
|
|
updated after showing the window
|
|
@author artem.ananiev, area=awt.multiscreen
|
|
@library ../../regtesthelpers
|
|
@build Util
|
|
@run applet WindowGCChangeTest.html
|
|
-->
|
|
<head>
|
|
<title> WindowGCChangeTest </title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>WindowGCChangeTest<br>Bug ID: 4868278 Problem with Action button tooltips with some multiple monitor configurations </h1>
|
|
|
|
<p> This is an AUTOMATIC test, simply wait for completion </p>
|
|
|
|
<APPLET CODE="WindowGCChangeTest.class" WIDTH=200 HEIGHT=200></APPLET>
|
|
</body>
|
|
</html>
|
|
|