Skip to content

Instantly share code, notes, and snippets.

View m0tay's full-sized avatar
🍀
“Luck Is What Happens When Preparation Meets Opportunity".

Douglas Lobo m0tay

🍀
“Luck Is What Happens When Preparation Meets Opportunity".
  • Aveiro, Portugal
View GitHub Profile
@Da9el00
Da9el00 / Calendar.fxml
Last active September 18, 2025 00:10
JavaFX Calendar View
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.FlowPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>