Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
javaFX
/
testData
/
highlighting
/
defineAttributes.fxml
blob: c582e617fc0458091312a34c314536892a8188e4 [
file
] [
log
] [
blame
]
<?
import
javafx
.
scene
.
layout
.
GridPane
?>
<GridPane
xmlns:fx
=
"http://javafx.com/fxml"
>
<fx:define
<error
descr
=
"Attribute GridPane.halignment is not allowed here"
>
GridPane.halignment
</error>
="CENTER" />
<fx:define/>
</GridPane>