10 lines
323 B
XML
10 lines
323 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.control.*?>
|
|
<?import javafx.scene.layout.*?>
|
|
|
|
<fx:root type="javafx.scene.control.TreeItem" xmlns="http://javafx.com/javafx"
|
|
xmlns:fx="http://javafx.com/fxml"
|
|
fx:controller="de.emmerts.fotoverwaltung.FileTreeItemController" >
|
|
</fx:root>
|