Quellcode durchsuchen

test git intellij

hapi
Johannes Oehm vor 10 Jahren
Ursprung
Commit
22ecf9cebe
2 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      src/main/resources/diagnose.fxml
  2. +2
    -0
      src/main/resources/stationshistorie.fxml

+ 1
- 0
src/main/resources/diagnose.fxml Datei anzeigen

@@ -6,6 +6,7 @@
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>


<SplitPane dividerPositions="0.45" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.uniluebeck.mi.projmi6.controller.DiagnoseController">
<items>
<VBox>


+ 2
- 0
src/main/resources/stationshistorie.fxml Datei anzeigen

@@ -6,6 +6,8 @@
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>

<!-- Test von git in IntelliJ -->

<SplitPane fx:controller="de.uniluebeck.mi.projmi6.controller.StationsHistorieController" dividerPositions="0.45" xmlns="http://javafx.com/javafx/8"
xmlns:fx="http://javafx.com/fxml/1">
<items>


Laden…
Abbrechen
Speichern