Sign in
android
/
platform
/
tools
/
idea
/
upstream-master
/
.
/
plugins
/
javaFX
/
testData
/
optimizeImports
/
staticPropertiesAttrAndCustomComponents.fxml
blob: 68fdd3467344dbf25f5cf508bee831f349002631 [
file
]
<?
import
javafx
.
scene
.
control
.
Button
?>
<?
import
javafx
.
scene
.
layout
.
GridPane
?>
<?
import
MyGridPane
?>
<MyGridPane
xmlns:fx
=
"http://javafx.com/fxml"
alignment
=
"center"
hgap
=
"10"
vgap
=
"10"
>
<Button
GridPane
.
columnIndex
=
"0"
/>
</MyGridPane>