Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
javaFX
/
testData
/
completion
/
noInfinity.fxml
blob: 189d04b5d6fdf530fbc7652ddc749fc9c64aea0b [
file
] [
log
] [
blame
]
<?
import
javafx
.
scene
.
layout
.
GridPane
?>
<?
import
javafx
.
scene
.
control
.
Button
?>
<GridPane
xmlns:fx
=
"http://javafx.com/fxml"
>
<Button GridPane.columnIndex="
<caret>
"/>
</GridPane>