sisga / src / main / resources / layout / stats_layout.fxml
stats_layout.fxml
Raw
<?xml version="1.0" encoding="UTF-8"?>


<?import javafx.scene.layout.StackPane?>
<?import javafx.scene.layout.BorderPane?>
<StackPane fx:id="statStackPane"  xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="info.cortestudios.controllers.StatsController">
   <children>
      <BorderPane fx:id="borderPane" stylesheets="@../css/light-theme.css" StackPane.alignment="CENTER" />
   </children>
</StackPane>