|
@@ -0,0 +1,116 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+
|
|
|
+<?import javafx.embed.swing.SwingNode?>
|
|
|
+<?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.control.SplitPane?>
|
|
|
+<?import javafx.scene.layout.AnchorPane?>
|
|
|
+<?import javafx.scene.layout.Pane?>
|
|
|
+<?import javafx.scene.layout.VBox?>
|
|
|
+
|
|
|
+<VBox minHeight="400.0" minWidth="640.0" 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>
|
|
|
+ <SplitPane dividerPositions="0.15" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
+ <items>
|
|
|
+ <AnchorPane>
|
|
|
+ <children>
|
|
|
+ <ScrollPane AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
|
|
|
+ </children>
|
|
|
+ </AnchorPane>
|
|
|
+ <AnchorPane>
|
|
|
+ <children>
|
|
|
+ <SplitPane dividerPositions="0.8" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
+ <items>
|
|
|
+ <AnchorPane>
|
|
|
+ <children>
|
|
|
+ <Pane AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
+ <children>
|
|
|
+ <SwingNode />
|
|
|
+ </children></Pane>
|
|
|
+ </children>
|
|
|
+ </AnchorPane>
|
|
|
+ <AnchorPane>
|
|
|
+ <children>
|
|
|
+ <SplitPane dividerPositions="0.66" orientation="VERTICAL" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
+ <items>
|
|
|
+ <AnchorPane>
|
|
|
+ <children>
|
|
|
+ <SplitPane dividerPositions="0.5" orientation="VERTICAL" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
+ <items>
|
|
|
+ <AnchorPane>
|
|
|
+ <children>
|
|
|
+ <ScrollPane AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
|
|
|
+ </children>
|
|
|
+ </AnchorPane>
|
|
|
+ <AnchorPane>
|
|
|
+ <children>
|
|
|
+ <ScrollPane AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
|
|
|
+ </children>
|
|
|
+ </AnchorPane>
|
|
|
+ </items>
|
|
|
+ </SplitPane>
|
|
|
+ </children>
|
|
|
+ </AnchorPane>
|
|
|
+ <AnchorPane>
|
|
|
+ <children>
|
|
|
+ <ScrollPane AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
|
|
|
+ </children>
|
|
|
+ </AnchorPane>
|
|
|
+ </items>
|
|
|
+ </SplitPane>
|
|
|
+ </children>
|
|
|
+ </AnchorPane>
|
|
|
+ </items>
|
|
|
+ </SplitPane>
|
|
|
+ </children>
|
|
|
+ </AnchorPane>
|
|
|
+ </items>
|
|
|
+ </SplitPane>
|
|
|
+ </children>
|
|
|
+ </AnchorPane>
|
|
|
+ </children>
|
|
|
+</VBox>
|