From eb331f3d22ceea34fde42500e7af0108606bb601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=A1=E5=9D=82=E3=82=B9=E3=83=90=E3=83=AB?= Date: Sat, 26 Jul 2025 21:38:51 +0800 Subject: [PATCH] lesson2 --- lesson2/src/main/kotlin/Main.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson2/src/main/kotlin/Main.kt b/lesson2/src/main/kotlin/Main.kt index 8c2bc5a..b2d80b2 100644 --- a/lesson2/src/main/kotlin/Main.kt +++ b/lesson2/src/main/kotlin/Main.kt @@ -1,5 +1,5 @@ /** - * Lesson: JavaFX Application Structure + * Lesson: Application * * 1. The Application class serves as the entry point for JavaFX applications. * 2. The main method initiates the JavaFX runtime via Application.launch(String... args).