|
|
|
@ -1,11 +1,12 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
|
|
<?import javafx.scene.text.*?>
|
|
|
|
|
<?import javafx.geometry.*?>
|
|
|
|
|
<?import java.lang.*?>
|
|
|
|
|
<?import javafx.scene.control.*?>
|
|
|
|
|
<?import javafx.scene.layout.*?>
|
|
|
|
|
|
|
|
|
|
<TitledPane animated="false" collapsible="false" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" text="Dou you want to delete this item?" xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/8.0.45">
|
|
|
|
|
<TitledPane animated="false" collapsible="false" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" text="Dou you want to delete this item?" xmlns="http://javafx.com/javafx/8.0.45" xmlns:fx="http://javafx.com/fxml/1">
|
|
|
|
|
<content>
|
|
|
|
|
<HBox>
|
|
|
|
|
<children>
|
|
|
|
@ -18,4 +19,7 @@
|
|
|
|
|
</children>
|
|
|
|
|
</HBox>
|
|
|
|
|
</content>
|
|
|
|
|
<font>
|
|
|
|
|
<Font name="System Bold" size="13.0" />
|
|
|
|
|
</font>
|
|
|
|
|
</TitledPane>
|
|
|
|
|