|
@@ -0,0 +1,101 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+
|
|
|
+<?import javafx.embed.swing.SwingNode?>
|
|
|
+<?import javafx.geometry.Insets?>
|
|
|
+<?import javafx.scene.control.Menu?>
|
|
|
+<?import javafx.scene.control.MenuBar?>
|
|
|
+<?import javafx.scene.control.MenuItem?>
|
|
|
+<?import javafx.scene.control.ScrollPane?>
|
|
|
+<?import javafx.scene.control.SeparatorMenuItem?>
|
|
|
+<?import javafx.scene.layout.AnchorPane?>
|
|
|
+<?import javafx.scene.layout.Pane?>
|
|
|
+<?import javafx.scene.layout.VBox?>
|
|
|
+<?import javafx.scene.text.Text?>
|
|
|
+
|
|
|
+<VBox minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="640.0" xmlns="http://javafx.com/javafx/8.0.65" xmlns:fx="http://javafx.com/fxml/1">
|
|
|
+ <children>
|
|
|
+ <MenuBar VBox.vgrow="NEVER">
|
|
|
+ <menus>
|
|
|
+ <Menu mnemonicParsing="false" text="File">
|
|
|
+ <items>
|
|
|
+ <MenuItem mnemonicParsing="false" text="New" />
|
|
|
+ <MenuItem mnemonicParsing="false" text="Open…" />
|
|
|
+ <Menu mnemonicParsing="false" text="Open Recent" />
|
|
|
+ <SeparatorMenuItem mnemonicParsing="false" />
|
|
|
+ <MenuItem mnemonicParsing="false" text="Close" />
|
|
|
+ <MenuItem mnemonicParsing="false" text="Save" />
|
|
|
+ <MenuItem mnemonicParsing="false" text="Save As…" />
|
|
|
+ <MenuItem mnemonicParsing="false" text="Revert" />
|
|
|
+ <SeparatorMenuItem mnemonicParsing="false" />
|
|
|
+ <MenuItem mnemonicParsing="false" text="Preferences…" />
|
|
|
+ <SeparatorMenuItem mnemonicParsing="false" />
|
|
|
+ <MenuItem mnemonicParsing="false" text="Quit" />
|
|
|
+ </items>
|
|
|
+ </Menu>
|
|
|
+ <Menu mnemonicParsing="false" text="Edit">
|
|
|
+ <items>
|
|
|
+ <MenuItem mnemonicParsing="false" text="Undo" />
|
|
|
+ <MenuItem mnemonicParsing="false" text="Redo" />
|
|
|
+ <SeparatorMenuItem mnemonicParsing="false" />
|
|
|
+ <MenuItem mnemonicParsing="false" text="Cut" />
|
|
|
+ <MenuItem mnemonicParsing="false" text="Copy" />
|
|
|
+ <MenuItem mnemonicParsing="false" text="Paste" />
|
|
|
+ <MenuItem mnemonicParsing="false" text="Delete" />
|
|
|
+ <SeparatorMenuItem mnemonicParsing="false" />
|
|
|
+ <MenuItem mnemonicParsing="false" text="Select All" />
|
|
|
+ <MenuItem mnemonicParsing="false" text="Unselect All" />
|
|
|
+ </items>
|
|
|
+ </Menu>
|
|
|
+ <Menu mnemonicParsing="false" text="Help">
|
|
|
+ <items>
|
|
|
+ <MenuItem mnemonicParsing="false" text="About MyHelloApp" />
|
|
|
+ </items>
|
|
|
+ </Menu>
|
|
|
+ </menus>
|
|
|
+ </MenuBar>
|
|
|
+ <AnchorPane maxHeight="-1.0" maxWidth="-1.0" prefHeight="-1.0" prefWidth="-1.0" VBox.vgrow="ALWAYS">
|
|
|
+ <children>
|
|
|
+ <ScrollPane prefHeight="371.0" prefWidth="130.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
+ <content>
|
|
|
+ <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="200.0" prefWidth="200.0">
|
|
|
+ <children>
|
|
|
+ <Text layoutX="42.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Toolbox" />
|
|
|
+ </children>
|
|
|
+ </AnchorPane>
|
|
|
+ </content>
|
|
|
+ </ScrollPane>
|
|
|
+ <Pane layoutX="131.0" prefHeight="371.0" prefWidth="379.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="131.0" AnchorPane.rightAnchor="130.0" AnchorPane.topAnchor="0.0">
|
|
|
+ <children>
|
|
|
+ <SwingNode />
|
|
|
+ </children>
|
|
|
+ <opaqueInsets>
|
|
|
+ <Insets />
|
|
|
+ </opaqueInsets>
|
|
|
+ </Pane>
|
|
|
+ <ScrollPane layoutX="510.0" layoutY="186.0" prefHeight="112.0" prefWidth="130.0" AnchorPane.bottomAnchor="0.0" AnchorPane.rightAnchor="0.0">
|
|
|
+ <content>
|
|
|
+ <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="200.0" prefWidth="200.0">
|
|
|
+ <children>
|
|
|
+ <Text layoutX="28.0" layoutY="52.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Metriken" />
|
|
|
+ </children>
|
|
|
+ </AnchorPane>
|
|
|
+ </content>
|
|
|
+ </ScrollPane>
|
|
|
+ <ScrollPane layoutX="510.0" layoutY="113.0" prefHeight="145.0" prefWidth="130.0" AnchorPane.rightAnchor="0.0">
|
|
|
+ <content>
|
|
|
+ <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="144.0" prefWidth="200.0">
|
|
|
+ <children>
|
|
|
+ <Text layoutX="31.0" layoutY="58.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Attribute" />
|
|
|
+ </children>
|
|
|
+ </AnchorPane>
|
|
|
+ </content>
|
|
|
+ </ScrollPane>
|
|
|
+ <Pane layoutX="510.0" prefHeight="112.0" prefWidth="130.0">
|
|
|
+ <children>
|
|
|
+ <Text layoutX="51.0" layoutY="52.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Layer" />
|
|
|
+ </children>
|
|
|
+ </Pane>
|
|
|
+ </children>
|
|
|
+ </AnchorPane>
|
|
|
+ </children>
|
|
|
+</VBox>
|