Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
javaFX
/
testData
/
completion
/
stylesheetsStringValue_after.fxml
blob: ec90221dbf0f2c60ca485ace2daf9fe9302c0c42 [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"UTF-8"
?>
<?
import
javafx
.
scene
.
layout
.
AnchorPane
?>
<AnchorPane
id
=
"AnchorPane"
xmlns:fx
=
"http://javafx.com/fxml"
>
<stylesheets>
<String
fx:value
=
"mystyle.css"
/>
</stylesheets>
</AnchorPane>