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).