|
3 | 3 | <?import javafx.scene.control.Button?>
|
4 | 4 | <?import javafx.scene.control.ScrollPane?>
|
5 | 5 | <?import javafx.scene.control.TextField?>
|
| 6 | +<?import javafx.scene.control.ToolBar?> |
6 | 7 | <?import javafx.scene.layout.AnchorPane?>
|
7 | 8 | <?import javafx.scene.layout.VBox?>
|
8 | 9 | <?import javafx.scene.text.Font?>
|
| 10 | +<?import javafx.scene.text.Text?> |
9 | 11 |
|
10 |
| -<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"> |
| 12 | +<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="689.0" prefWidth="488.0" xmlns="http://javafx.com/javafx/11" xmlns:fx="http://javafx.com/fxml/1" fx:controller="duke.MainWindow"> |
11 | 13 | <children>
|
12 |
| - <TextField fx:id="userInput" layoutY="558.0" onAction="#handleUserInput" prefHeight="41.0" prefWidth="324.0" AnchorPane.bottomAnchor="1.0" /> |
13 |
| - <Button fx:id="sendButton" layoutX="324.0" layoutY="558.0" mnemonicParsing="false" onAction="#handleUserInput" prefHeight="41.0" prefWidth="76.0" text="Send"> |
| 14 | + <Button fx:id="sendButton" layoutX="402.0" layoutY="647.0" mnemonicParsing="false" onAction="#handleUserInput" prefHeight="41.0" prefWidth="86.0" text="Send"> |
14 | 15 | <font>
|
15 | 16 | <Font name="Arial" size="11.0" />
|
16 | 17 | </font></Button>
|
17 |
| - <ScrollPane fx:id="scrollPane" hbarPolicy="NEVER" hvalue="1.0" prefHeight="557.0" prefWidth="400.0" vvalue="1.0"> |
| 18 | + <ScrollPane fx:id="scrollPane" hbarPolicy="NEVER" hvalue="1.0" layoutY="27.0" prefHeight="618.0" prefWidth="488.0" vvalue="1.0"> |
18 | 19 | <content>
|
19 |
| - <VBox fx:id="dialogContainer" prefHeight="552.0" prefWidth="388.0" /> |
| 20 | + <VBox fx:id="dialogContainer" prefHeight="620.0" prefWidth="482.0" /> |
20 | 21 | </content>
|
21 | 22 | </ScrollPane>
|
| 23 | + <ToolBar prefHeight="27.0" prefWidth="488.0"> |
| 24 | + <items> |
| 25 | + <Text strokeType="OUTSIDE" strokeWidth="0.0" text="Duke Batman" wrappingWidth="166.42333984375" /> |
| 26 | + </items> |
| 27 | + </ToolBar> |
| 28 | + <TextField fx:id="userInput" layoutY="558.0" onAction="#handleUserInput" prefHeight="41.0" prefWidth="402.0" AnchorPane.bottomAnchor="1.0" /> |
22 | 29 | </children>
|
23 | 30 | </AnchorPane>
|
0 commit comments