<?xml version="1.0" encoding="UTF-8"?>

<?import javafx.scene.control.Button?>
<?import javafx.scene.layout.AnchorPane?>

<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8.0.141" xmlns:fx="http://javafx.com/fxml/1" fx:controller="janelas.ControleSegundaJanela">
   <children>
      <Button fx:id="botaoFecharUma" layoutX="127.0" layoutY="355.0" mnemonicParsing="false" text="Fechar esta janela" />
      <Button fx:id="botaoFecharTodas" layoutX="336.0" layoutY="355.0" mnemonicParsing="false" text="Fechar toda a aplicação" />
   </children>
</AnchorPane>
