blob: d652e5bb0d222723d6cadf3701c3454e3074568e [file] [log] [blame]
<?import javafx.scene.layout.GridPane?>
<?import java.lang.String?>
<GridPane xmlns:fx="http://javafx.com/fxml">
<stylesheets>
<String fx:value="style1.css"/>
<String fx:value="style2.css"/>
<String fx:value="style3.css"/>
</stylesheets>
</GridPane>