Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
javaFX
/
testData
/
completion
/
primitiveProperties.fxml
blob: d5f3e0177a4ff4881b1bacd3c6a6bbe3c3c87092 [
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
<caret>
/>
</padding>
</GridPane>