0 / 60 seg.

What is the purpose of this code snippet in a JavaFX application?

Platform.runLater(() -> {
    myLabel.setText("Updated text");
});