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

<?import com.jfoenix.controls.JFXToggleButton?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.BorderPane?>
<?import javafx.scene.layout.StackPane?>

<StackPane fx:id="setttingStackPane" prefHeight="741.0" prefWidth="1222.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="info.cortestudios.controllers.SettingsController">
   <children>
      <BorderPane fx:id="borderPane" stylesheets="@../css/light-theme.css" StackPane.alignment="CENTER">
         <center>
            <AnchorPane prefHeight="200.0" prefWidth="200.0" BorderPane.alignment="CENTER">
               <children>
                  <JFXToggleButton layoutX="332.0" layoutY="226.0" prefHeight="44.0" prefWidth="279.0" text="Habilitar animaciones" />
                  <JFXToggleButton layoutX="349.0" layoutY="286.0" prefHeight="60.0" prefWidth="452.0" text="Abrir imagenes con programas predeterminados" />
                  <JFXToggleButton layoutX="349.0" layoutY="346.0" prefHeight="60.0" prefWidth="452.0" text="Abrir documentos con programas predeterminados" />
               </children>
            </AnchorPane>
         </center></BorderPane>
   </children>
</StackPane>