Turner I.A. Lab work 1 #1

Closed
TurnerIlya wants to merge 3 commits from LabWork01 into master
Showing only changes of commit 025940e303 - Show all commits

View File

@ -1,14 +0,0 @@
package com.example.antiaircraftgun;
import javafx.fxml.FXML;
import javafx.scene.control.Label;
public class HelloController {
@FXML
private Label welcomeText;
@FXML
protected void onHelloButtonClick() {
welcomeText.setText("Welcome to JavaFX Application!");
}
}