anpasssung DB Verbindung und Ini ausgabe
This commit is contained in:
4
src/main/java/core/Controller.java
Executable file
4
src/main/java/core/Controller.java
Executable file
@ -0,0 +1,4 @@
|
||||
package core;
|
||||
|
||||
public class Controller {
|
||||
}
|
||||
8
src/main/java/core/sample.fxml
Executable file
8
src/main/java/core/sample.fxml
Executable 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>
|
||||
Reference in New Issue
Block a user