Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
javaFX
/
testData
/
highlighting
/
instantiationAcceptance.fxml
blob: 4a538b7bd0dab3aee9714cf698d67caf91248792 [
file
] [
log
] [
blame
]
<?
import
javafx
.
scene
.
layout
.
GridPane
?>
<?
import
java
.
io
.
File
?>
<?
import
javafx
.
scene
.
control
.
Label
?>
<GridPane
xmlns:fx
=
"http://javafx.com/fxml"
>
<fx:define>
<
<error
descr
=
"Unable to instantiate"
>
File
</error>
/>
<Label/>
</fx:define>
</GridPane>