Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
javaFX
/
testData
/
completion
/
classInsideObjectProperty_after.fxml
blob: 3d2afaddcfb157c50dcdc76ca470ff88853f1cb6 [
file
] [
log
] [
blame
]
<?
import
javafx
.
scene
.
layout
.
GridPane
?>
<?
import
javafx
.
geometry
.
Insets
?>
<GridPane
xmlns:fx
=
"http://javafx.com/fxml"
alignment
=
"center"
hgap
=
"10"
vgap
=
"10"
>
<padding>
<Insets
</padding>
</GridPane>