equal
deleted
inserted
replaced
|
1 <html> |
|
2 <!-- |
|
3 test |
|
4 @bug 4411534 4517274 |
|
5 @summary ensures that user's requestFocus() during applet initialization |
|
6 is not ignored |
|
7 @author prs area=appletviewer |
|
8 @run shell AppletInitialFocusTest1.sh |
|
9 --> |
|
10 <head> |
|
11 <title> AppletInitialFocusTest1 </title> |
|
12 </head> |
|
13 <body> |
|
14 |
|
15 <h1>AppletInitialFocusTest1<br>Bug ID: 4517274</h1> |
|
16 |
|
17 <p> See the dialog box (usually in upper left corner) for instructions</p> |
|
18 |
|
19 <APPLET CODE="AppletInitialFocusTest1.class" WIDTH=200 HEIGHT=200></APPLET> |
|
20 </body> |
|
21 </html> |
|
22 |