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.
21 lines
553 B
21 lines
553 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import java.lang.*?>
|
|
<?import java.util.*?>
|
|
<?import javafx.scene.*?>
|
|
<?import javafx.scene.control.*?>
|
|
<?import javafx.scene.layout.*?>
|
|
|
|
<?import javafx.scene.image.ImageView?>
|
|
<?import javafx.scene.image.Image?>
|
|
<?import javafx.scene.text.Text?>
|
|
|
|
<SplitPane dividerPositions="0.3" xmlns="http://javafx.com/javafx" xmlns:fx="http://javafx.com/fxml" prefWidth="550" prefHeight="350">
|
|
|
|
<items>
|
|
<Text fx:id="temperature"/>
|
|
<ImageView fx:id="image" fitHeight="350" fitWidth="500"/>
|
|
</items>
|
|
|
|
|
|
</SplitPane> |