updates
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -21,7 +21,7 @@
|
||||
"request": "launch",
|
||||
"mainClass": "lodge.TestMainFx",
|
||||
"projectName": "reservationsystem",
|
||||
"vmArgs": " --module-path ${workspaceFolder}/libs/win32 --add-modules ALL-MODULE-PATH --enable-native-access=javafx.web,javafx.controls,javafx.graphics -Dcom.sun.management.jmxremote=false -Djava.awt.headless=true -XX:+DisableAttachMechanism",
|
||||
"vmArgs": " --module-path ${workspaceFolder}/libs/linux --add-modules ALL-MODULE-PATH --enable-native-access=javafx.web,javafx.controls,javafx.graphics -Dcom.sun.management.jmxremote=false -Djava.awt.headless=true -XX:+DisableAttachMechanism",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"console": "integratedTerminal"
|
||||
},
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB |
17636
sdd/ui-sceen-2.svg
17636
sdd/ui-sceen-2.svg
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 642 KiB |
BIN
sdd/ui-screen-idea-2.png
Normal file
BIN
sdd/ui-screen-idea-2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 96 KiB |
@@ -6,7 +6,6 @@ package lodge.reservationsystem;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.nio.file.Path;
|
||||
import java.nio.file.Paths;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
@@ -49,18 +49,10 @@
|
||||
|
||||
<VBox prefHeight="600.0" prefWidth="900.0" xmlns="http://javafx.com/javafx/24.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="lodge.TestMainFxView">
|
||||
<children>
|
||||
<SplitPane dividerPositions="0.31469933184855234" focusTraversable="true" prefHeight="-1.0" prefWidth="-1.0" VBox.vgrow="ALWAYS">
|
||||
<SplitPane dividerPositions="0.31469933184855237" focusTraversable="true" prefHeight="-1.0" prefWidth="-1.0" VBox.vgrow="ALWAYS">
|
||||
<items>
|
||||
<AnchorPane maxWidth="200.0" prefHeight="549.0" prefWidth="300.0">
|
||||
<children>
|
||||
<Label alignment="CENTER" layoutX="14.0" layoutY="14.0" minWidth="60.0" prefWidth="-1.0" style=" " text="Master" textAlignment="CENTER" wrapText="false">
|
||||
<font>
|
||||
<Font size="18.0" fx:id="x1" />
|
||||
</font>
|
||||
<textFill>
|
||||
<Color red="0.624" green="0.624" blue="0.624" fx:id="x2" />
|
||||
</textFill>
|
||||
</Label>
|
||||
<SplitPane dividerPositions="0.2979094076655052, 0.6480836236933798" layoutY="88.0" orientation="VERTICAL" prefHeight="576.0" prefWidth="140.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<items>
|
||||
<AnchorPane prefHeight="291.0" prefWidth="98.0">
|
||||
@@ -81,7 +73,13 @@
|
||||
</AnchorPane>
|
||||
<AnchorPane prefHeight="459.0" prefWidth="574.0">
|
||||
<children>
|
||||
<Label alignment="CENTER" font="$x1" layoutX="14.0" layoutY="14.0" style=" " text="Accomodations" textAlignment="CENTER" textFill="$x2" wrapText="false" />
|
||||
<Label alignment="CENTER" layoutX="10.0" layoutY="10.0" style=" " text="Accomodations" textAlignment="CENTER" wrapText="false">
|
||||
<font>
|
||||
<Font size="18.0" fx:id="x1" />
|
||||
</font>
|
||||
<textFill>
|
||||
<Color red="0.624" green="0.624" blue="0.624" fx:id="x2" />
|
||||
</textFill></Label>
|
||||
<VBox layoutX="34.0" layoutY="54.0" prefHeight="576.0" prefWidth="761.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<children>
|
||||
<HBox prefHeight="36.0" prefWidth="483.0">
|
||||
|
||||
Reference in New Issue
Block a user