JavaFx Projekt erstellt
This commit is contained in:
BIN
target/classes/com/example/vpr_javafx/HelloApplication.class
Normal file
BIN
target/classes/com/example/vpr_javafx/HelloApplication.class
Normal file
Binary file not shown.
BIN
target/classes/com/example/vpr_javafx/HelloController.class
Normal file
BIN
target/classes/com/example/vpr_javafx/HelloController.class
Normal file
Binary file not shown.
16
target/classes/com/example/vpr_javafx/hello-view.fxml
Normal file
16
target/classes/com/example/vpr_javafx/hello-view.fxml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.geometry.Insets?>
|
||||
<?import javafx.scene.control.Label?>
|
||||
<?import javafx.scene.layout.VBox?>
|
||||
|
||||
<?import javafx.scene.control.Button?>
|
||||
<VBox alignment="CENTER" spacing="20.0" xmlns:fx="http://javafx.com/fxml"
|
||||
fx:controller="com.example.vpr_javafx.HelloController">
|
||||
<padding>
|
||||
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0"/>
|
||||
</padding>
|
||||
|
||||
<Label fx:id="welcomeText"/>
|
||||
<Button text="Hello!" onAction="#onHelloButtonClick"/>
|
||||
</VBox>
|
Reference in New Issue
Block a user