|
10 | 10 | <?import javafx.geometry.Insets?> |
11 | 11 | <?import javafx.scene.Cursor?> |
12 | 12 | <?import javafx.scene.control.Button?> |
13 | | -<?import javafx.scene.control.ButtonBar?> |
14 | 13 | <?import javafx.scene.control.DatePicker?> |
15 | 14 | <?import javafx.scene.control.Label?> |
16 | 15 | <?import javafx.scene.control.Separator?> |
|
19 | 18 | <?import javafx.scene.control.TabPane?> |
20 | 19 | <?import javafx.scene.control.TextField?> |
21 | 20 | <?import javafx.scene.control.ToolBar?> |
22 | | -<?import javafx.scene.effect.DropShadow?> |
| 21 | +<?import javafx.scene.effect.Blend?> |
23 | 22 | <?import javafx.scene.layout.AnchorPane?> |
24 | 23 | <?import javafx.scene.layout.BorderPane?> |
25 | 24 | <?import javafx.scene.layout.HBox?> |
26 | | -<?import javafx.scene.paint.Color?> |
27 | 25 | <?import javafx.scene.text.Font?> |
28 | 26 |
|
29 | 27 | <SplitPane dividerPositions="0.15" minHeight="650.0" minWidth="1200.0" stylesheets="@../css/javaFx.css" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1" fx:controller="root.javafx.Controller.AlertLogMonitoringMenuController"> |
|
199 | 197 | <Separator orientation="VERTICAL" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="400.0" AnchorPane.topAnchor="65.0" /> |
200 | 198 | <AnchorPane layoutX="487.20001220703125" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="405.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> |
201 | 199 | <children> |
202 | | - <Label maxHeight="30.0" minHeight="30.0" prefHeight="30.0" text="Alert Log Selector" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="50.0"> |
| 200 | + <Label graphicTextGap="8.0" maxHeight="30.0" minHeight="30.0" prefHeight="30.0" text="Alert Log Navigator" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="50.0"> |
203 | 201 | <graphic> |
204 | | - <FontAwesomeIconView fill="#354371" glyphName="GAMEPAD" size="30" /> |
| 202 | + <FontAwesomeIconView fill="#354371" glyphName="GAMEPAD" size="25" /> |
205 | 203 | </graphic> |
206 | 204 | <styleClass> |
207 | 205 | <String fx:value="basic-font" /> |
208 | 206 | <String fx:value="bold" /> |
209 | 207 | </styleClass> |
210 | 208 | </Label> |
211 | | - <HBox layoutY="39.20000076293945" style="-fx-border-color: #e1e1e1;" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="88.0"> |
| 209 | + <HBox alignment="CENTER_LEFT" layoutY="39.20000076293945" style="-fx-border-color: #e1e1e1; -fx-border-width: 0.5px;" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="88.0"> |
212 | 210 | <children> |
213 | | - <ButtonBar buttonMinWidth="21.0" buttonOrder="" maxHeight="25.0" minHeight="25.0" prefHeight="25.0"> |
214 | | - <buttons> |
215 | | - <JFXButton contentDisplay="GRAPHIC_ONLY"> |
216 | | - <graphic> |
217 | | - <FontAwesomeIconView fill="#3c4584" glyphName="ARROW_CIRCLE_LEFT" size="20" strokeMiterLimit="0.0" tabSize="0" /> |
218 | | - </graphic> |
219 | | - </JFXButton> |
220 | | - <JFXButton contentDisplay="GRAPHIC_ONLY"> |
221 | | - <graphic> |
222 | | - <FontAwesomeIconView fill="#3c4584" glyphName="ARROW_CIRCLE_RIGHT" size="20" strokeMiterLimit="0.0" tabSize="0" /> |
223 | | - </graphic> |
224 | | - </JFXButton> |
225 | | - </buttons> |
226 | | - </ButtonBar> |
| 211 | + <JFXButton contentDisplay="GRAPHIC_ONLY"> |
| 212 | + <graphic> |
| 213 | + <FontAwesomeIconView fill="#3c4584" glyphName="ARROW_CIRCLE_LEFT" size="20" strokeMiterLimit="0.0" tabSize="0" /> |
| 214 | + </graphic> |
| 215 | + <HBox.margin> |
| 216 | + <Insets left="10.0" /> |
| 217 | + </HBox.margin> |
| 218 | + </JFXButton> |
| 219 | + <JFXButton contentDisplay="GRAPHIC_ONLY"> |
| 220 | + <graphic> |
| 221 | + <FontAwesomeIconView fill="#3c4584" glyphName="ARROW_CIRCLE_RIGHT" size="20" strokeMiterLimit="0.0" tabSize="0" /> |
| 222 | + </graphic> |
| 223 | + </JFXButton> |
| 224 | + <Separator orientation="VERTICAL"> |
| 225 | + <HBox.margin> |
| 226 | + <Insets left="10.0" right="8.0" /> |
| 227 | + </HBox.margin> |
| 228 | + </Separator> |
227 | 229 | <TextField maxHeight="25.0" maxWidth="100.0" minHeight="25.0" minWidth="100.0" prefHeight="25.0" prefWidth="100.0"> |
228 | 230 | <HBox.margin> |
229 | 231 | <Insets left="10.0" /> |
230 | 232 | </HBox.margin> |
231 | 233 | </TextField> |
232 | | - <JFXButton alignment="CENTER" maxHeight="25.0" minHeight="25.0" minWidth="60.0" nodeOrientation="RIGHT_TO_LEFT" prefHeight="25.0" style="-fx-border-color: #2381E9; -fx-border-radius: 10px; -fx-text-fill: #2381E9;" text="이동"> |
233 | | - <styleClass> |
234 | | - <String fx:value="basic-font" /> |
235 | | - <String fx:value="bold" /> |
236 | | - </styleClass> |
| 234 | + <JFXButton alignment="CENTER" maxHeight="30.0" maxWidth="60.0" minHeight="25.0" minWidth="60.0" nodeOrientation="RIGHT_TO_LEFT" prefHeight="25.0" prefWidth="60.0" ripplerFill="#d4d4d4" style="-fx-background-color: #3c4584;" text="Go" textFill="WHITE" wrapText="true"> |
237 | 235 | <graphic> |
238 | | - <FontAwesomeIconView fill="#2381e9" glyphName="ANGLE_DOUBLE_RIGHT" size="15" /> |
| 236 | + <FontAwesomeIconView fill="WHITE" glyphName="LONG_ARROW_RIGHT" size="14" /> |
239 | 237 | </graphic> |
240 | 238 | <HBox.margin> |
241 | 239 | <Insets left="10.0" /> |
242 | 240 | </HBox.margin> |
| 241 | + <font> |
| 242 | + <Font name="Noto Sans Korean Bold Bold" size="12.0" /> |
| 243 | + </font> |
243 | 244 | </JFXButton> |
244 | 245 | </children> |
245 | 246 | <padding> |
246 | 247 | <Insets bottom="10.0" right="10.0" top="10.0" /> |
247 | 248 | </padding> |
248 | 249 | <effect> |
249 | | - <DropShadow height="11.7" offsetX="2.0" offsetY="3.0" radius="5.35" width="11.7"> |
250 | | - <color> |
251 | | - <Color red="0.8111110925674438" green="0.8268518447875977" blue="1.0" /> |
252 | | - </color> |
253 | | - </DropShadow> |
| 250 | + <Blend /> |
254 | 251 | </effect> |
255 | 252 | </HBox> |
256 | 253 | </children> |
|
0 commit comments