blob: 4077faa98f05f504f4391367f38ff290ced9fcce [file] [log] [blame]
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.GridPane?>
<GridPane xmlns:fx="http://javafx.com/fxml">
<Button/>
<Label/>
<PasswordField/>
<RadioButton/>
<CheckBox/>
<TableView/>
</GridPane>