|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
|
3 | 3 | <?import javafx.geometry.Insets?> |
4 | | -<?import javafx.scene.control.*?> |
5 | | -<?import javafx.scene.layout.*?> |
| 4 | +<?import javafx.scene.control.Button?> |
| 5 | +<?import javafx.scene.control.CheckBox?> |
| 6 | +<?import javafx.scene.control.Hyperlink?> |
| 7 | +<?import javafx.scene.control.Menu?> |
| 8 | +<?import javafx.scene.control.MenuBar?> |
| 9 | +<?import javafx.scene.control.MenuItem?> |
| 10 | +<?import javafx.scene.control.SeparatorMenuItem?> |
| 11 | +<?import javafx.scene.control.TabPane?> |
| 12 | +<?import javafx.scene.control.TextField?> |
| 13 | +<?import javafx.scene.layout.AnchorPane?> |
| 14 | +<?import javafx.scene.layout.BorderPane?> |
| 15 | +<?import javafx.scene.layout.HBox?> |
| 16 | +<?import javafx.scene.web.WebView?> |
| 17 | + |
6 | 18 | <AnchorPane prefHeight="600.0" prefWidth="900.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.xwintop.xJavaFxTool.controller.IndexController"> |
7 | 19 | <children> |
8 | 20 | <BorderPane layoutY="2.0" prefHeight="600.0" prefWidth="900.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="2.0"> |
|
18 | 30 | <MenuItem mnemonicParsing="false" onAction="#pluginManageAction" text="%plugin_manage" /> |
19 | 31 | <MenuItem mnemonicParsing="false" onAction="#addNodepadAction" text="%addNodepad" /> |
20 | 32 | <MenuItem mnemonicParsing="false" onAction="#addLogConsoleAction" text="%addLogConsole" /> |
21 | | - <SeparatorMenuItem/> |
| 33 | + <SeparatorMenuItem /> |
22 | 34 | <MenuItem mnemonicParsing="false" onAction="#exitAction" text="%Exit" /> |
23 | 35 | </items> |
24 | 36 | </Menu> |
|
29 | 41 | <MenuItem mnemonicParsing="false" onAction="#openLogFolderAction" text="%openLogFolder" /> |
30 | 42 | <MenuItem mnemonicParsing="false" onAction="#openConfigFolderAction" text="%openConfigFolder" /> |
31 | 43 | <MenuItem mnemonicParsing="false" onAction="#openPluginFolderAction" text="%openPluginFolder" /> |
32 | | - <SeparatorMenuItem/> |
| 44 | + <SeparatorMenuItem /> |
33 | 45 | <items> |
34 | 46 | <Menu mnemonicParsing="false" text="%SetLanguage"> |
35 | 47 | <items> |
36 | 48 | <MenuItem mnemonicParsing="false" onAction="#setLanguageAction" text="简体中文" /> |
37 | 49 | <MenuItem mnemonicParsing="false" onAction="#setLanguageAction" text="English" /> |
38 | 50 | </items> |
39 | 51 | </Menu> |
40 | | - <SeparatorMenuItem/> |
| 52 | + <SeparatorMenuItem /> |
| 53 | + <MenuItem mnemonicParsing="false" onAction="#userSupportAction" text="%userSupport" /> |
41 | 54 | <MenuItem mnemonicParsing="false" onAction="#aboutAction" text="%About" /> |
42 | 55 | </items> |
43 | 56 | </Menu> |
|
54 | 67 | </HBox.margin> |
55 | 68 | </Button> |
56 | 69 | <CheckBox fx:id="singleWindowBootCheckBox" mnemonicParsing="false" text="%singleWindowBootCheckBox" /> |
| 70 | + <WebView fx:id="tongjiWebView" prefHeight="1.0" prefWidth="1.0" visible="false" /> |
57 | 71 | <Hyperlink onAction="#xwintopLinkOnAction" text="http://gitee.com/xwintop/xJavaFxTool" textFill="RED" /> |
58 | 72 | </children> |
59 | 73 | </HBox> |
|
0 commit comments