Select Git revision
Display.fxml
Forked from
LABOUREL Arnaud / agency Template
9 commits behind the upstream repository.
LABOUREL Arnaud authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Display.fxml 292 B
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.canvas.Canvas?>
<AnchorPane xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="viewer.Display">
<Canvas fx:id="canvas"/>
</AnchorPane>