Sign in
eclipse
/
efxclipse
/
org.eclipse.efxclipse
/
refs/heads/codeeditor
/
.
/
testcases
/
org.eclipse.fx.testcases.e4
/
icons
/
SampleIcon.fxml
blob: d61754019d0ed16802aa86b1d636c9e95c9e9bc5 [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"UTF-8"
?>
<?
import
javafx
.
scene
.
Group
?>
<?
import
javafx
.
scene
.
shape
.
Rectangle
?>
<Group
xmlns:fx
=
"http://javafx.com/fxml"
>
<Rectangle
fill
=
"red"
width
=
"20"
height
=
"20"
stroke
=
"black"
></Rectangle>
</Group>