Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
javaFX
/
testData
/
quickfix
/
createFieldEmptyName.fxml
blob: 8cd22a6b83909baabc5614953464bdb2f0a4188a [
file
] [
log
] [
blame
]
<?
import
javafx
.
scene
.
layout
.
GridPane
?>
<?
import
javafx
.
scene
.
control
.
Button
?>
<GridPane
xmlns:fx
=
"http://javafx.com/fxml"
fx:controller
=
"CreateFieldEmptyName"
>
<Button fx:id="
<caret>
"/>
</GridPane>