|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
|
3 | 3 | <?import javafx.geometry.Insets?> |
4 | | -<?import javafx.scene.control.Hyperlink?> |
5 | | -<?import javafx.scene.control.Label?> |
6 | | -<?import javafx.scene.control.ScrollPane?> |
7 | | -<?import javafx.scene.control.Tab?> |
8 | | -<?import javafx.scene.control.TabPane?> |
9 | | -<?import javafx.scene.control.TextField?> |
10 | | -<?import javafx.scene.image.Image?> |
11 | | -<?import javafx.scene.image.ImageView?> |
12 | | -<?import javafx.scene.layout.FlowPane?> |
13 | | -<?import javafx.scene.layout.HBox?> |
14 | | -<?import javafx.scene.layout.Pane?> |
15 | | -<?import javafx.scene.layout.VBox?> |
| 4 | +<?import javafx.scene.control.*?> |
| 5 | +<?import javafx.scene.layout.*?> |
16 | 6 | <VBox prefHeight="600" prefWidth="800" spacing="5" |
17 | | - stylesheets="/com/xwintop/xJavaFxTool/fxmlView/newui/main.css" |
18 | | - xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/10.0.2-internal" |
19 | | - fx:controller="com.xwintop.xJavaFxTool.newui.NewLauncherController"> |
| 7 | + stylesheets="/com/xwintop/xJavaFxTool/fxmlView/newui/main.css" |
| 8 | + xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/10.0.2-internal" |
| 9 | + fx:controller="com.xwintop.xJavaFxTool.newui.NewLauncherController"> |
20 | 10 |
|
21 | 11 | <padding> |
22 | 12 | <Insets topRightBottomLeft="5" /> |
|
32 | 22 | <Pane HBox.hgrow="ALWAYS"/> |
33 | 23 | <Hyperlink onAction="#openConfigDialog" text="设置" /> |
34 | 24 | </HBox> |
35 | | - <VBox spacing="5" styleClass="app-category"> |
36 | | - <Label styleClass="app-category-title" text="最近使用" /> |
37 | | - <FlowPane hgap="5" styleClass="app-layout" vgap="5"> |
38 | | - <VBox spacing="5" styleClass="app-item"> |
39 | | - <HBox alignment="CENTER" VBox.vgrow="ALWAYS"> |
40 | | - <ImageView fitWidth="40" fitHeight="40"> |
41 | | - <image> |
42 | | - <Image url="/images/icon.jpg"/> |
43 | | - </image> |
44 | | - </ImageView> |
45 | | - </HBox> |
46 | | - <VBox> |
47 | | - <Label text="临时记事本临时记事本临时记事本" styleClass="app-item-title"/> |
48 | | - </VBox> |
49 | | - <HBox spacing="10" alignment="CENTER"> |
50 | | - <Hyperlink text="打开应用" style="-fx-font-weight: bold"/> |
51 | | - <Pane HBox.hgrow="ALWAYS"/> |
52 | | - <ImageView fitWidth="16" fitHeight="16" style="-fx-cursor: hand"> |
53 | | - <image> |
54 | | - <Image url="/images/help.png"/> |
55 | | - </image> |
56 | | - </ImageView> |
57 | | - </HBox> |
58 | | - </VBox> |
59 | | - <Pane styleClass="app-item,placeholder" /> |
60 | | - <Pane styleClass="app-item,placeholder" /> |
61 | | - </FlowPane> |
62 | | - </VBox> |
63 | | - <VBox spacing="5" styleClass="app-category"> |
64 | | - <Label styleClass="app-category-title" text="文本代码" /> |
65 | | - <FlowPane hgap="5" styleClass="app-layout" vgap="5"> |
66 | | - <Pane styleClass="app-item,placeholder" /> |
67 | | - <Pane styleClass="app-item,placeholder" /> |
68 | | - <Pane styleClass="app-item,placeholder" /> |
69 | | - <Pane styleClass="app-item,placeholder" /> |
70 | | - <Pane styleClass="app-item,placeholder" /> |
71 | | - <Pane styleClass="app-item,placeholder" /> |
72 | | - <Pane styleClass="app-item,placeholder" /> |
73 | | - <Pane styleClass="app-item,placeholder" /> |
74 | | - <Pane styleClass="app-item,placeholder" /> |
75 | | - </FlowPane> |
76 | | - </VBox> |
77 | | - <VBox spacing="5" styleClass="app-category"> |
78 | | - <Label styleClass="app-category-title" text="远程服务" /> |
79 | | - <FlowPane hgap="5" styleClass="app-layout" vgap="5"> |
80 | | - <Pane styleClass="app-item,placeholder" /> |
81 | | - <Pane styleClass="app-item,placeholder" /> |
82 | | - <Pane styleClass="app-item,placeholder" /> |
83 | | - <Pane styleClass="app-item,placeholder" /> |
84 | | - <Pane styleClass="app-item,placeholder" /> |
85 | | - <Pane styleClass="app-item,placeholder" /> |
86 | | - <Pane styleClass="app-item,placeholder" /> |
87 | | - <Pane styleClass="app-item,placeholder" /> |
88 | | - <Pane styleClass="app-item,placeholder" /> |
89 | | - <Pane styleClass="app-item,placeholder" /> |
90 | | - </FlowPane> |
91 | | - </VBox> |
92 | | - <VBox spacing="5" styleClass="app-category"> |
93 | | - <Label styleClass="app-category-title" text="图像影音" /> |
94 | | - <FlowPane hgap="5" styleClass="app-layout" vgap="5"> |
95 | | - <Pane styleClass="app-item,placeholder" /> |
96 | | - <Pane styleClass="app-item,placeholder" /> |
97 | | - <Pane styleClass="app-item,placeholder" /> |
98 | | - <Pane styleClass="app-item,placeholder" /> |
99 | | - <Pane styleClass="app-item,placeholder" /> |
100 | | - <Pane styleClass="app-item,placeholder" /> |
101 | | - <Pane styleClass="app-item,placeholder" /> |
102 | | - <Pane styleClass="app-item,placeholder" /> |
103 | | - <Pane styleClass="app-item,placeholder" /> |
104 | | - <Pane styleClass="app-item,placeholder" /> |
105 | | - </FlowPane> |
106 | | - </VBox> |
107 | | - <VBox spacing="5" styleClass="app-category"> |
108 | | - <Label styleClass="app-category-title" text="数据库" /> |
109 | | - <FlowPane hgap="5" styleClass="app-layout" vgap="5"> |
110 | | - <Pane styleClass="app-item,placeholder" /> |
111 | | - <Pane styleClass="app-item,placeholder" /> |
112 | | - <Pane styleClass="app-item,placeholder" /> |
113 | | - <Pane styleClass="app-item,placeholder" /> |
114 | | - <Pane styleClass="app-item,placeholder" /> |
115 | | - <Pane styleClass="app-item,placeholder" /> |
116 | | - <Pane styleClass="app-item,placeholder" /> |
117 | | - <Pane styleClass="app-item,placeholder" /> |
118 | | - <Pane styleClass="app-item,placeholder" /> |
119 | | - </FlowPane> |
| 25 | + <VBox fx:id="pluginCategories" alignment="TOP_CENTER"> |
120 | 26 | </VBox> |
121 | 27 | </VBox> |
122 | 28 | </ScrollPane> |
|
0 commit comments