File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1010<?import javafx .scene.layout.GridPane?>
1111<?import javafx .scene.layout.RowConstraints?>
1212
13-
1413<fx : root style =" -fx-background-color: white;" stylesheets =" @../css/javaFx.css" type =" AnchorPane" xmlns =" http://javafx.com/javafx/17" xmlns : fx =" http://javafx.com/fxml/1" >
1514 <children >
1615 <GridPane AnchorPane.bottomAnchor=" 5.0" AnchorPane.leftAnchor=" 5.0" AnchorPane.rightAnchor=" 5.0" AnchorPane.topAnchor=" 5.0" >
5049 <PasswordField fx : id =" passwordPF" prefWidth =" 200.0" promptText =" hidden" GridPane.columnIndex=" 1" GridPane.columnSpan=" 2" GridPane.rowIndex=" 2" />
5150 <Label style =" -fx-font-size: 11px;" styleClass =" basic-font" stylesheets =" @../css/javaFx.css" text =" AlertLog DateFormat :" GridPane.rowIndex=" 4" />
5251 <JFXComboBox fx : id =" alertLogDateFormatCB" prefWidth =" 424.0" GridPane.columnIndex=" 1" GridPane.rowIndex=" 4" />
52+ <Label style =" -fx-font-size: 11px;" styleClass =" basic-font" stylesheets =" @../css/javaFx.css" text =" Server OS" GridPane.columnIndex=" 2" GridPane.rowIndex=" 2" >
53+ <padding >
54+ <Insets left =" 10.0" />
55+ </padding >
56+ </Label >
57+ <JFXComboBox fx : id =" serverOSCB" prefWidth =" 100.0" GridPane.columnIndex=" 3" GridPane.rowIndex=" 2" />
5358 </children >
5459 <padding >
5560 <Insets bottom =" 5.0" left =" 10.0" right =" 10.0" top =" 5.0" />
You can’t perform that action at this time.
0 commit comments