Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
javaFX
/
testData
/
quickfix
/
createField.fxml
blob: a4f21c4d63a5bc39f56b9fda86451227f8906c27 [
file
] [
log
] [
blame
]
<?
import
javafx
.
scene
.
layout
.
GridPane
?>
<?
import
javafx
.
scene
.
control
.
Button
?>
<GridPane
xmlns:fx
=
"http://javafx.com/fxml"
fx:controller
=
"CreateControllerMethod"
>
<Button fx:id="b
<caret>
tn"/>
</GridPane>