No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

scene.fxml 637B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?import javafx.scene.control.*?>
  3. <?import javafx.scene.layout.*?>
  4. <StackPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fr.insa.clavardator.FXMLController">
  5. <children>
  6. <Label fx:id="label" text="Label" />
  7. <BorderPane prefHeight="200.0" prefWidth="200.0">
  8. <top>
  9. <BorderPane prefHeight="11.0" prefWidth="368.0" BorderPane.alignment="CENTER" />
  10. </top>
  11. </BorderPane>
  12. </children>
  13. </StackPane>