Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
javaFX
/
testData
/
quickfix
/
createControllerMethodInGroovy.fxml
blob: bba29102be8fe8b848cba93129a23c810c9e4d65 [
file
] [
log
] [
blame
]
<?
import
javafx
.
scene
.
layout
.
GridPane
?>
<?
import
javafx
.
scene
.
control
.
Button
?>
<GridPane
xmlns:fx
=
"http://javafx.com/fxml"
fx:controller
=
"CreateControllerMethodInGroovy"
>
<Button onAction="#b
<caret>
ar"/>
</GridPane>