20 lines
552 B
Plaintext
20 lines
552 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<?import javafx.scene.text.*?>
|
||
|
<?import java.lang.*?>
|
||
|
<?import java.util.*?>
|
||
|
<?import javafx.scene.*?>
|
||
|
<?import javafx.scene.control.*?>
|
||
|
<?import javafx.scene.layout.*?>
|
||
|
|
||
|
|
||
|
<Pane prefHeight="131.0" prefWidth="201.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="changescene2.layout2Controller">
|
||
|
<children>
|
||
|
<Label layoutX="44.0" layoutY="43.0" text="It Works">
|
||
|
<font>
|
||
|
<Font size="31.0" />
|
||
|
</font>
|
||
|
</Label>
|
||
|
</children>
|
||
|
</Pane>
|