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.
41 lines
1.6 KiB
41 lines
1.6 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.image.*?>
|
|
<?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="http://javafx.com/javafx/8.0.45" xmlns:fx="http://javafx.com/fxml/1">
|
|
<content>
|
|
<HBox>
|
|
<children>
|
|
<Button id="yes" minWidth="100.0" mnemonicParsing="false" text="Yes">
|
|
<HBox.margin>
|
|
<Insets right="5.0" />
|
|
</HBox.margin>
|
|
<graphic>
|
|
<ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
|
|
<image>
|
|
<Image url="@images/dialog-ok-apply.png" />
|
|
</image>
|
|
</ImageView>
|
|
</graphic>
|
|
</Button>
|
|
<Button id="no" cancelButton="true" defaultButton="true" minWidth="100.0" mnemonicParsing="false" text="No">
|
|
<graphic>
|
|
<ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
|
|
<image>
|
|
<Image url="@images/dialog-cancel.png" />
|
|
</image>
|
|
</ImageView>
|
|
</graphic></Button>
|
|
</children>
|
|
</HBox>
|
|
</content>
|
|
<font>
|
|
<Font name="System Bold" size="13.0" />
|
|
</font>
|
|
</TitledPane>
|