This commit is contained in:
2025-07-26 21:38:51 +08:00
parent b30611ead5
commit eb331f3d22
+1 -1
View File
@@ -1,5 +1,5 @@
/** /**
* Lesson: JavaFX Application Structure * Lesson: Application
* *
* 1. The Application class serves as the entry point for JavaFX applications. * 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). * 2. The main method initiates the JavaFX runtime via Application.launch(String... args).