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.
22 lines
626 B
22 lines
626 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.geometry.*?>
|
|
<?import javafx.scene.control.*?>
|
|
<?import java.lang.*?>
|
|
<?import javafx.scene.layout.*?>
|
|
<?import javafx.scene.layout.BorderPane?>
|
|
|
|
<?import javafx.scene.text.Text?>
|
|
<?import javafx.scene.control.cell.PropertyValueFactory?>
|
|
<SplitPane dividerPositions="0.3" xmlns="http://javafx.com/javafx" xmlns:fx="http://javafx.com/fxml">
|
|
<items>
|
|
<TreeView fx:id="tree"/>
|
|
<VBox fx:id="vBox">
|
|
<TextField fx:id="name"/>
|
|
<Text fx:id="id"/>
|
|
<TextField fx:id="temperature"/>
|
|
</VBox>
|
|
</items>
|
|
|
|
|
|
</SplitPane> |