blob: 091d1a3d597c35eaa80910d43455fd1f3292000a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.control.Button?>
<GridPane xmlns:fx="http://javafx.com/fxml">
<Button text="Press Me" fx:id="b1" >
<properties pp1="pp1_value" pp2="pp2_value" foo="bar"/>
</Button>
</GridPane>