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

<?import java.lang.*?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.paint.Color?>

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

	<properties>
		<foo>
			<Color red="0.1" green="0.1" blue="0.2"/> 
		</foo>
		<bar>456</bar>
		<test>Hello</test>
	</properties>
</Button>

Back to the top