1
0
mirror of https://github.com/DanilaFe/abacus synced 2026-01-29 01:55:19 +00:00

Add comments to the JavaFX codebase

This commit is contained in:
2017-08-01 10:47:31 -07:00
parent 0cd40b028a
commit 2cf41c1029
4 changed files with 75 additions and 0 deletions

View File

@@ -6,6 +6,10 @@ import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
/**
* The main application class for JavaFX responsible for loading
* and displaying the fxml file.
*/
public class AbacusApplication extends Application {
@Override