2018-10-30 00:44:29 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
2018-11-03 17:49:06 +01:00
|
|
|
<?import com.jfoenix.controls.JFXToggleButton?>
|
|
|
|
<?import javafx.geometry.Insets?>
|
2018-10-30 00:44:29 +01:00
|
|
|
<?import javafx.scene.control.Label?>
|
2018-11-03 17:49:06 +01:00
|
|
|
<?import javafx.scene.layout.AnchorPane?>
|
2018-10-30 00:44:29 +01:00
|
|
|
<?import javafx.scene.layout.HBox?>
|
2018-11-03 17:49:06 +01:00
|
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
|
|
|
|
<HBox fx:id="hBox" xmlns="http://javafx.com/javafx/8.0.162-ea" xmlns:fx="http://javafx.com/fxml/1">
|
2018-10-30 00:44:29 +01:00
|
|
|
<children>
|
2018-11-03 17:49:06 +01:00
|
|
|
<AnchorPane prefHeight="67.0" prefWidth="300.0" maxWidth="350">
|
|
|
|
<children>
|
|
|
|
<Label fx:id="id" alignment="BASELINE_RIGHT" text="1429677125" AnchorPane.bottomAnchor="0.0" AnchorPane.rightAnchor="0.0">
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="5.0" right="5.0" />
|
|
|
|
</padding>
|
|
|
|
</Label>
|
|
|
|
<Label fx:id="fingerprint" layoutX="100.0" prefHeight="44.0" prefWidth="288.0" AnchorPane.bottomAnchor="23.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
|
|
|
|
</padding>
|
|
|
|
<font>
|
|
|
|
<Font name="Bitstream Vera Sans Mono" size="13.0" />
|
|
|
|
</font>
|
|
|
|
</Label>
|
|
|
|
</children>
|
|
|
|
</AnchorPane>
|
|
|
|
<JFXToggleButton fx:id="toggle" alignment="CENTER_RIGHT" contentDisplay="GRAPHIC_ONLY" selected="true" text="ToggleButton" />
|
2018-10-30 00:44:29 +01:00
|
|
|
</children>
|
|
|
|
</HBox>
|