You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
458 B
17 lines
458 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.geometry.*?>
|
|
<?import javafx.scene.control.*?>
|
|
<?import java.lang.*?>
|
|
<?import javafx.scene.layout.*?>
|
|
<?import javafx.scene.layout.BorderPane?>
|
|
|
|
<SplitPane dividerPositions="0.3" xmlns="http://javafx.com/javafx" xmlns:fx="http://javafx.com/fxml">
|
|
<fx:define>
|
|
<Integer fx:id="moins1" fx:value="-1" />
|
|
</fx:define>
|
|
<items>
|
|
<TreeView fx:id="tree"/>
|
|
</items>
|
|
|
|
</SplitPane> |