changeset 7776 | 28e2b059357b |
parent 7762 | 6e45e1e87347 |
parent 7775 | c75bf08f7e0c |
child 7794 | f7dee607f7de |
7762:6e45e1e87347 | 7776:28e2b059357b |
---|---|
1 <html> |
|
2 <!-- |
|
3 @test |
|
4 @bug 6391770 |
|
5 @summary Content of the Window should be laid out in the area left after WarningWindow was added. |
|
6 @author Yuri Nesterenko |
|
7 @run applet WindowWithWarningTest.html |
|
8 --> |
|
9 |
|
10 <head> |
|
11 <title>WindowWithWarningTest</title> |
|
12 </head> |
|
13 <pre> |
|
14 This test will run automatically. |
|
15 </pre> |
|
16 <body> |
|
17 <applet code="WindowWithWarningTest.class" width=350 height=300></applet> |
|
18 </body> |
|
19 </html> |
|
20 |