Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1e156019bc12db60087537227c569c988ecfe8b6 (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/demo/osgi/di/SubGraph.fxgraph
-->

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

<BorderPane xmlns:fx="http://javafx.com/fxml" fx:controller="org.eclipse.fx.demo.osgi.di.FXSubController">

	<center>
		<Button fx:id="subbutton" text="Sub Button" onAction="#sayHello"/> 
	</center>
</BorderPane>

Back to the top