Skip to content

Instantly share code, notes, and snippets.

View sayeedajmal's full-sized avatar
🎊
Focusing

SAYEED AHMED sayeedajmal

🎊
Focusing
View GitHub Profile
@Da9el00
Da9el00 / Controller.java
Created April 15, 2021 12:11
Alarm Clock
package sample;
import javafx.animation.KeyFrame;
import javafx.animation.Timeline;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.TextField;
import javafx.scene.text.Text;
import javafx.util.Duration;