view fxml/Hello.fxml @ 10:bf24d5200770

executable
author e095732
date Tue, 29 Jan 2013 15:00:40 +0900
parents
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>

<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.AnchorPane?>

<AnchorPane prefWidth="100" prefHeight="40" xmlns:fx="http://javafx.com/fxml">
    <children>
        <Label text="Hello, World!" />
    </children>
</AnchorPane>