<p>JAVA_HA15.0: Control a Clock</p><p>The following source code file -<strong>DetailedClockPaneTest.java</strong> –</p><p>==============================================================</p><p>Import java.util.Calendar;</p><p>import java.util.GregorianCalendar;</p><p>import javafx.application.Application;</p><p>import javafx.geometry.Pos;</p><p>import javafx.stage.Stage;</p><p>import javafx.scene.Scene;</p><p>import javafx.scene.control.Label;</p><p>import javafx.scene.layout.BorderPane;</p><p>import javafx.scene.layout.Pane;</p><p>import javafx.scene.paint.Color;</p><p>import javafx.scene.shape.Circle;</p><p>import javafx.scene.shape.Line;</p><p>import javafx.scene.text.Text;</p><p>public class DetailedClockPaneTest extends Application {</p><p>@Override</p><p>// Override the