Skip to content

Commit f63ce11

Browse files
committed
UI/UX: Enhance alert log navigator region in alertLogMonitoring menu
1 parent 9081390 commit f63ce11

File tree

1 file changed

+28
-31
lines changed

1 file changed

+28
-31
lines changed

src/main/resources/fxml/AlertLogMonitoringMenu.fxml

Lines changed: 28 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<?import javafx.geometry.Insets?>
1111
<?import javafx.scene.Cursor?>
1212
<?import javafx.scene.control.Button?>
13-
<?import javafx.scene.control.ButtonBar?>
1413
<?import javafx.scene.control.DatePicker?>
1514
<?import javafx.scene.control.Label?>
1615
<?import javafx.scene.control.Separator?>
@@ -19,11 +18,10 @@
1918
<?import javafx.scene.control.TabPane?>
2019
<?import javafx.scene.control.TextField?>
2120
<?import javafx.scene.control.ToolBar?>
22-
<?import javafx.scene.effect.DropShadow?>
21+
<?import javafx.scene.effect.Blend?>
2322
<?import javafx.scene.layout.AnchorPane?>
2423
<?import javafx.scene.layout.BorderPane?>
2524
<?import javafx.scene.layout.HBox?>
26-
<?import javafx.scene.paint.Color?>
2725
<?import javafx.scene.text.Font?>
2826

2927
<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,58 +197,57 @@
199197
<Separator orientation="VERTICAL" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="400.0" AnchorPane.topAnchor="65.0" />
200198
<AnchorPane layoutX="487.20001220703125" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="405.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
201199
<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">
203201
<graphic>
204-
<FontAwesomeIconView fill="#354371" glyphName="GAMEPAD" size="30" />
202+
<FontAwesomeIconView fill="#354371" glyphName="GAMEPAD" size="25" />
205203
</graphic>
206204
<styleClass>
207205
<String fx:value="basic-font" />
208206
<String fx:value="bold" />
209207
</styleClass>
210208
</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">
212210
<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>
227229
<TextField maxHeight="25.0" maxWidth="100.0" minHeight="25.0" minWidth="100.0" prefHeight="25.0" prefWidth="100.0">
228230
<HBox.margin>
229231
<Insets left="10.0" />
230232
</HBox.margin>
231233
</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">
237235
<graphic>
238-
<FontAwesomeIconView fill="#2381e9" glyphName="ANGLE_DOUBLE_RIGHT" size="15" />
236+
<FontAwesomeIconView fill="WHITE" glyphName="LONG_ARROW_RIGHT" size="14" />
239237
</graphic>
240238
<HBox.margin>
241239
<Insets left="10.0" />
242240
</HBox.margin>
241+
<font>
242+
<Font name="Noto Sans Korean Bold Bold" size="12.0" />
243+
</font>
243244
</JFXButton>
244245
</children>
245246
<padding>
246247
<Insets bottom="10.0" right="10.0" top="10.0" />
247248
</padding>
248249
<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 />
254251
</effect>
255252
</HBox>
256253
</children>

0 commit comments

Comments
 (0)