21 lines
460 B
HTML
21 lines
460 B
HTML
<html>
|
|
<!--
|
|
@test
|
|
@bug 6461933
|
|
@summary adjust system boot time in nowMillisUTC() frequently
|
|
@author Andrei Dmitriev : area=awt.component
|
|
@run applet/manual=yesno UpdatingBootTime.html
|
|
-->
|
|
<head>
|
|
<title> UpdatingBootTime </title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>UpdatingBootTime<br>Bug ID: </h1>
|
|
|
|
<p> See the dialog box (usually in upper left corner) for instructions</p>
|
|
|
|
<APPLET CODE="UpdatingBootTime.class" WIDTH=200 HEIGHT=200></APPLET>
|
|
</body>
|
|
</html>
|