Skip to content

Commit a825b09

Browse files
committed
Fix Jar File
1 parent 16420b0 commit a825b09

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/main/resources/view/DialogBox.fxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<?import javafx.scene.image.ImageView?>
66
<?import javafx.scene.layout.HBox?>
77

8-
<fx:root alignment="TOP_RIGHT" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" type="javafx.scene.layout.HBox" xmlns="http://javafx.com/javafx/16" xmlns:fx="http://javafx.com/fxml/1">
8+
<fx:root alignment="TOP_RIGHT" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" type="javafx.scene.layout.HBox" xmlns="http://javafx.com/javafx/15.0.1" xmlns:fx="http://javafx.com/fxml/1">
99
<children>
1010
<Label fx:id="dialog" text="Label" wrapText="true" />
1111
<ImageView fx:id="displayPicture" fitHeight="99.0" fitWidth="99.0" pickOnBounds="true" preserveRatio="true" />

src/main/resources/view/DukeDialogBox.fxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<?import javafx.scene.layout.HBox?>
77
<?import javafx.scene.text.Font?>
88

9-
<fx:root alignment="TOP_RIGHT" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefWidth="400.0" style="-fx-background-color: dimgrey;" type="javafx.scene.layout.HBox" xmlns="http://javafx.com/javafx/16" xmlns:fx="http://javafx.com/fxml/1">
9+
<fx:root alignment="TOP_RIGHT" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefWidth="400.0" style="-fx-background-color: dimgrey;" type="javafx.scene.layout.HBox" xmlns="http://javafx.com/javafx/15.0.1" xmlns:fx="http://javafx.com/fxml/1">
1010
<children>
1111
<Label fx:id="dialog" text="Label" textFill="WHITE" wrapText="true">
1212
<font>

src/main/resources/view/MainWindow.fxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<?import javafx.scene.layout.VBox?>
99
<?import javafx.scene.text.Font?>
1010

11-
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="600.0" prefWidth="400.0" style="-fx-background-color: black;" xmlns="http://javafx.com/javafx/16" xmlns:fx="http://javafx.com/fxml/1" fx:controller="duke.io.MainWindow">
11+
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="600.0" prefWidth="400.0" style="-fx-background-color: black;" xmlns="http://javafx.com/javafx/15.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="duke.io.MainWindow">
1212
<children>
1313
<TextField fx:id="userInput" layoutY="558.0" onAction="#handleUserInput" prefHeight="42.0" prefWidth="259.0" AnchorPane.bottomAnchor="1.0">
1414
<font>

src/main/resources/view/UserDialogBox.fxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<?import javafx.scene.layout.HBox?>
77
<?import javafx.scene.text.Font?>
88

9-
<fx:root alignment="TOP_RIGHT" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefWidth="400.0" style="-fx-background-color: black;" type="javafx.scene.layout.HBox" xmlns="http://javafx.com/javafx/16" xmlns:fx="http://javafx.com/fxml/1">
9+
<fx:root alignment="TOP_RIGHT" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefWidth="400.0" style="-fx-background-color: black;" type="javafx.scene.layout.HBox" xmlns="http://javafx.com/javafx/15.0.1" xmlns:fx="http://javafx.com/fxml/1">
1010
<children>
1111
<Label fx:id="dialog" text="Label" textFill="WHITE" wrapText="true">
1212
<font>

0 commit comments

Comments
 (0)