Commit a825b09 1 parent 16420b0 commit a825b09 Copy full SHA for a825b09
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
<?import javafx .scene.image.ImageView?>
6
6
<?import javafx .scene.layout.HBox?>
7
7
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" >
9
9
<children >
10
10
<Label fx : id =" dialog" text =" Label" wrapText =" true" />
11
11
<ImageView fx : id =" displayPicture" fitHeight =" 99.0" fitWidth =" 99.0" pickOnBounds =" true" preserveRatio =" true" />
Original file line number Diff line number Diff line change 6
6
<?import javafx .scene.layout.HBox?>
7
7
<?import javafx .scene.text.Font?>
8
8
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" >
10
10
<children >
11
11
<Label fx : id =" dialog" text =" Label" textFill =" WHITE" wrapText =" true" >
12
12
<font >
Original file line number Diff line number Diff line change 8
8
<?import javafx .scene.layout.VBox?>
9
9
<?import javafx .scene.text.Font?>
10
10
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" >
12
12
<children >
13
13
<TextField fx : id =" userInput" layoutY =" 558.0" onAction =" #handleUserInput" prefHeight =" 42.0" prefWidth =" 259.0" AnchorPane.bottomAnchor=" 1.0" >
14
14
<font >
Original file line number Diff line number Diff line change 6
6
<?import javafx .scene.layout.HBox?>
7
7
<?import javafx .scene.text.Font?>
8
8
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" >
10
10
<children >
11
11
<Label fx : id =" dialog" text =" Label" textFill =" WHITE" wrapText =" true" >
12
12
<font >
You can’t perform that action at this time.
0 commit comments