|
47 | 47 | <center> |
48 | 48 | <AnchorPane fx:id="connectInfoAnchorPane" style="-fx-background-color: white;"> |
49 | 49 | <children> |
50 | | - <AnchorPane fx:id="noPropertiesFileAP2" style="-fx-background-color: white;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> |
51 | | - <children> |
52 | | - <Label graphicTextGap="13.0" style="-fx-alignment: center;" text="설정파일을 열어주세요." AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> |
53 | | - <graphic> |
54 | | - <FontAwesomeIconView fill="#1f6cc4" glyphName="ARCHIVE" size="40" /> |
55 | | - </graphic> |
56 | | - <styleClass> |
57 | | - <String fx:value="basic-font" /> |
58 | | - <String fx:value="bold" /> |
59 | | - </styleClass> |
60 | | - </Label> |
61 | | - </children> |
62 | | - </AnchorPane> |
63 | 50 | <ScrollPane fitToHeight="true" fitToWidth="true" style="-fx-background-color: white;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> |
64 | 51 | <content> |
65 | 52 | <VBox fx:id="connInfoVBox" style="-fx-background-color: white;" /> |
66 | 53 | </content> |
67 | 54 | </ScrollPane> |
| 55 | + <AnchorPane fx:id="noConnInfoConfigAP" style="-fx-background-color: white;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> |
| 56 | + <children> |
| 57 | + <VBox alignment="CENTER" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> |
| 58 | + <children> |
| 59 | + <HBox alignment="CENTER"> |
| 60 | + <children> |
| 61 | + <Label alignment="CENTER" graphicTextGap="13.0" text="설정파일을 생성하거나 열어주세요."> |
| 62 | + <graphic> |
| 63 | + <FontAwesomeIconView fill="#1f6cc4" glyphName="ARCHIVE" size="40" /> |
| 64 | + </graphic> |
| 65 | + <styleClass> |
| 66 | + <String fx:value="basic-font" /> |
| 67 | + <String fx:value="bold" /> |
| 68 | + </styleClass> |
| 69 | + </Label> |
| 70 | + </children> |
| 71 | + </HBox> |
| 72 | + <HBox alignment="CENTER"> |
| 73 | + <children> |
| 74 | + <JFXButton alignment="CENTER" ellipsisString="" graphicTextGap="5.0" minWidth="70.0" ripplerFill="BLACK" style="-fx-border-color: #ddd; -fx-font-size: 12px; -fx-border-radius: 30px; -fx-text-fill: black;" styleClass="basic-font" text="새로만들기" textOverrun="CLIP"> |
| 75 | + <cursor> |
| 76 | + <Cursor fx:constant="HAND" /> |
| 77 | + </cursor> |
| 78 | + <graphic> |
| 79 | + <FontAwesomeIconView glyphName="PLUS_SQUARE_ALT" selectionEnd="0" selectionStart="0" size="13" /> |
| 80 | + </graphic> |
| 81 | + <HBox.margin> |
| 82 | + <Insets right="15.0" /> |
| 83 | + </HBox.margin> |
| 84 | + </JFXButton> |
| 85 | + <JFXButton alignment="CENTER" ellipsisString="" graphicTextGap="5.0" minWidth="70.0" onAction="#openFileChooser" ripplerFill="BLACK" style="-fx-border-color: #ddd; -fx-font-size: 12px; -fx-border-radius: 30px; -fx-text-fill: black;" styleClass="basic-font" text="열기"> |
| 86 | + <cursor> |
| 87 | + <Cursor fx:constant="HAND" /> |
| 88 | + </cursor> |
| 89 | + <graphic> |
| 90 | + <FontAwesomeIconView glyphName="FOLDER_OPEN_ALT" selectionEnd="0" selectionStart="0" size="13" /> |
| 91 | + </graphic> |
| 92 | + <HBox.margin> |
| 93 | + <Insets left="15.0" /> |
| 94 | + </HBox.margin> |
| 95 | + </JFXButton> |
| 96 | + </children> |
| 97 | + <VBox.margin> |
| 98 | + <Insets top="20.0" /> |
| 99 | + </VBox.margin> |
| 100 | + </HBox> |
| 101 | + </children> |
| 102 | + </VBox> |
| 103 | + </children> |
| 104 | + </AnchorPane> |
68 | 105 | </children> |
69 | 106 | </AnchorPane> |
70 | 107 | </center> |
|
104 | 141 | <center> |
105 | 142 | <AnchorPane> |
106 | 143 | <children> |
107 | | - <AnchorPane fx:id="noPropertiesFileAP1" style="-fx-background-color: white;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> |
| 144 | + <AnchorPane fx:id="noMonitoringConfigAP" style="-fx-background-color: white;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> |
108 | 145 | <children> |
109 | 146 | <Label graphicTextGap="13.0" style="-fx-alignment: center;" text="설정파일을 열어주세요." AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> |
110 | 147 | <graphic> |
|
0 commit comments