PartieXML TP3JavaFX
PartieXML TP3JavaFX
>
<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<?import javafx.geometry.Insets?>
<?import javafx.collections.FXCollections?>
<top>
<HBox spacing="10">
<padding >
</padding>
<children>
<TextField fx:id="textFieldNom"></TextField>
</children>
</HBox>
</top>
<center>
<VBox spacing="10">
<padding>
</padding>
<ListView fx:id="listView1">
<items>
<FXCollections fx:factory="observableArrayList">
</FXCollections>
</items>
</ListView>
</VBox>
</center>
</BorderPane>