Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1956379c2aa4bbd1916484682b55e7d368f2027e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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/FactoryExample.fxgraph
-->

<?import java.lang.*?>
<?import javafx.scene.control.ChoiceBox?>
<?import javafx.scene.layout.HBox?>

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

	<children>
		<ChoiceBox/> 
		<ChoiceBox/> 
	</children>
</HBox>

Back to the top