<?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="600.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/8.0.141" xmlns:fx="http://javafx.com/fxml/1" fx:controller="janelas.ControlePrincipal">
   <children>
      <Button layoutX="346.0" layoutY="536.0" mnemonicParsing="false" onAction="#acaoBotao" text="Segunda Janela" />
   </children>
</AnchorPane>
