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.
15 lines
458 B
15 lines
458 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
<?import javafx.scene.control.*?>
|
|
<?import javafx.scene.layout.*?>
|
|
|
|
<?import java.lang.Integer?>
|
|
<?import javafx.scene.image.ImageView?>
|
|
<SplitPane xmlns="http://javafx.com/javafx" xmlns:fx="http://javafx.com/fxml">
|
|
<items>
|
|
<ListView fx:id="listeDesCapteurs" />
|
|
<TextArea fx:id="temperatureCapteur" wrapText="true" />
|
|
<TextArea fx:id="temperatureCapteurVirtuel"/>
|
|
</items>
|
|
</SplitPane> |