Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
javaFX
/
testData
/
highlighting
/
noParamsHandler.fxml
blob: a4fc85b8606bb5435144a081262971abbd13cdcb [
file
] [
log
] [
blame
]
<?
import
javafx
.
scene
.
control.*
?>
<?
import
javafx
.
scene
.
layout
.
GridPane
?>
<GridPane
xmlns:fx
=
"http://javafx.com/fxml"
fx:controller
=
"Controller"
>
<Button
onAction
=
"
#
sayHelloWorld
"
/>
</GridPane>