projekt erstellt
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Happy_Bird/build/classes/java/main/module-info.class
Normal file
BIN
Happy_Bird/build/classes/java/main/module-info.class
Normal file
Binary file not shown.
BIN
Happy_Bird/build/libs/Happy_Bird-1.0-SNAPSHOT.jar
Normal file
BIN
Happy_Bird/build/libs/Happy_Bird-1.0-SNAPSHOT.jar
Normal file
Binary file not shown.
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import java.lang.*?>
|
||||
<?import java.util.*?>
|
||||
<?import javafx.scene.*?>
|
||||
<?import javafx.scene.control.*?>
|
||||
<?import javafx.scene.layout.*?>
|
||||
|
||||
<AnchorPane xmlns="http://javafx.com/javafx"
|
||||
xmlns:fx="http://javafx.com/fxml"
|
||||
fx:controller="com.example.happy_bird.HappyBird"
|
||||
prefHeight="400.0" prefWidth="600.0">
|
||||
|
||||
<Label>Test</Label>
|
||||
</AnchorPane>
|
@@ -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.happy_bird.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>
|
BIN
Happy_Bird/build/tmp/compileJava/previous-compilation-data.bin
Normal file
BIN
Happy_Bird/build/tmp/compileJava/previous-compilation-data.bin
Normal file
Binary file not shown.
2
Happy_Bird/build/tmp/jar/MANIFEST.MF
Normal file
2
Happy_Bird/build/tmp/jar/MANIFEST.MF
Normal file
@@ -0,0 +1,2 @@
|
||||
Manifest-Version: 1.0
|
||||
|
Reference in New Issue
Block a user