Skip to main content
summaryrefslogtreecommitdiffstats
blob: 84a90d18ee423d1db8f6fe5c6af9508d875c57fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!-- 
	Do not edit this file it is generated by e(fx)clipse from ../src/org/eclipse/fx/testcases/fxgraph/IdExample.fxgraph
-->

<?import java.lang.*?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.layout.BorderPane?>

<BorderPane xmlns:fx="http://javafx.com/fxml">

	<top>
		<Button fx:id="test_me" text="Hello World"/> 
	</top>
</BorderPane>

Back to the top