jdk/test/java/awt/Multiscreen/WindowGCChangeTest/WindowGCChangeTest.html
author malenkov
Tue, 11 Sep 2012 10:58:39 +0400
changeset 13773 69665c88db93
parent 2 90ce3da70b43
child 21596 0e3a39f29dbc
permissions -rw-r--r--
7193977: REGRESSION:Java 7's JavaBeans persistence ignoring the "transient" flag on properties Reviewed-by: rupashka
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
<html>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
<!--  
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
  @test
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
  @bug 4868278
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
  @summary Tests that GraphicsConfig for invisible (peerless) windows is
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
updated after showing the window
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
  @author artem.ananiev, area=awt.multiscreen
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
  @library ../../regtesthelpers
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
  @build Util
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
  @run applet WindowGCChangeTest.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
  -->
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
<head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
<title> WindowGCChangeTest </title>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
</head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
<body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
<h1>WindowGCChangeTest<br>Bug ID: 4868278 Problem with Action button tooltips with some multiple monitor configurations </h1>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
<p> This is an AUTOMATIC test, simply wait for completion </p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
<APPLET CODE="WindowGCChangeTest.class" WIDTH=200 HEIGHT=200></APPLET>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
</body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
</html>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24