MCPcopy Create free account
hub / github.com/TheCyaniteProject/exit_code_java / handle

Method handle

src/main/java/exitcode/Desktop.java:105–109  ·  view source on GitHub ↗
(ActionEvent actionEvent)

Source from the content-addressed store, hash-verified

103 new KeyFrame(Duration.seconds(0),
104 new EventHandler<ActionEvent>() {
105 @Override public void handle(ActionEvent actionEvent) {
106 Calendar time = Calendar.getInstance();
107 SimpleDateFormat simpleDateFormat = new SimpleDateFormat("HH:mm");
108 clockLabel.setText(" " + simpleDateFormat.format(time.getTime()) + " ");
109 }
110 }
111 ),
112 new KeyFrame(Duration.seconds(1))

Callers

nothing calls this directly

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected