File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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-border-color: pink; -fx-border-width: 3;" type =" javafx.scene.layout.HBox" xmlns =" http://javafx.com/javafx/19 " xmlns : fx =" http://javafx.com/fxml/1" >
9+ <fx : root alignment =" TOP_RIGHT" maxHeight =" 1.7976931348623157E308" maxWidth =" 1.7976931348623157E308" prefWidth =" 400.0" style =" -fx-border-color: pink; -fx-border-width: 3;" type =" javafx.scene.layout.HBox" xmlns =" http://javafx.com/javafx/11 " xmlns : fx =" http://javafx.com/fxml/1" >
1010 <children >
1111 <Label fx : id =" dialog" maxHeight =" 1.7976931348623157E308" maxWidth =" 1.7976931348623157E308" style =" -fx-border-style: dotted; -fx-border-color: gold; -fx-border-radius: 7; -fx-border-width: 4;" text =" Label" textFill =" #c66767" wrapText =" true" HBox.hgrow=" ALWAYS" >
1212 <font >
Original file line number Diff line number Diff line change 99<?import javafx .scene.layout.VBox?>
1010<?import javafx .scene.text.Font?>
1111
12- <AnchorPane maxHeight =" -Infinity" maxWidth =" -Infinity" minHeight =" -Infinity" minWidth =" -Infinity" prefHeight =" 600.0" prefWidth =" 400.0" xmlns =" http://javafx.com/javafx/19 " xmlns : fx =" http://javafx.com/fxml/1" fx : controller =" duke.MainWindow" >
12+ <AnchorPane maxHeight =" -Infinity" maxWidth =" -Infinity" minHeight =" -Infinity" minWidth =" -Infinity" prefHeight =" 600.0" prefWidth =" 400.0" xmlns =" http://javafx.com/javafx/11 " xmlns : fx =" http://javafx.com/fxml/1" fx : controller =" duke.MainWindow" >
1313 <children >
1414 <TextField fx : id =" userInput" layoutY =" 558.0" onAction =" #handleUserInput" prefHeight =" 41.0" prefWidth =" 324.0" AnchorPane.bottomAnchor=" 1.0" AnchorPane.leftAnchor=" 0.0" AnchorPane.rightAnchor=" 76.0" />
1515 <Button fx : id =" sendButton" layoutX =" 324.0" layoutY =" 558.0" mnemonicParsing =" false" onAction =" #handleUserInput" prefHeight =" 41.0" prefWidth =" 76.0" text =" Send" textFill =" #97842d" AnchorPane.bottomAnchor=" 1.0" AnchorPane.rightAnchor=" 0.0" >
You can’t perform that action at this time.
0 commit comments