anpasssung DB Verbindung und Ini ausgabe

This commit is contained in:
Sebastian Zeidler
2019-08-09 17:13:55 +02:00
parent 2b72562170
commit 2f91ce6e4f
8 changed files with 95 additions and 6 deletions

View File

@ -0,0 +1,4 @@
package core;
public class Controller {
}

8
src/main/java/core/sample.fxml Executable file
View File

@ -0,0 +1,8 @@
<?import javafx.geometry.Insets?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<GridPane fx:controller="core.Controller"
xmlns:fx="http://javafx.com/fxml" alignment="center" hgap="10" vgap="10">
</GridPane>