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.
26 lines
947 B
26 lines
947 B
<?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="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>
|
|
</Button>
|
|
<Button id="no" cancelButton="true" defaultButton="true" minWidth="100.0" mnemonicParsing="false" text="No" />
|
|
</children>
|
|
</HBox>
|
|
</content>
|
|
<font>
|
|
<Font name="System Bold" size="13.0" />
|
|
</font>
|
|
</TitledPane>
|