Use ToolbarTitledPane

This commit is contained in:
Clément Fournier
2019-01-16 13:10:57 +01:00
parent b2d496f4fe
commit 37e2bb54a3

View File

@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import java.lang.String?>
<?import net.sourceforge.pmd.util.fxdesigner.util.controls.ToolbarTitledPane?>
<?import javafx.scene.control.SplitPane?>
<?import javafx.scene.control.TableColumn?>
<?import javafx.scene.control.TableView?>
<?import javafx.scene.control.TextArea?>
<?import javafx.scene.control.TitledPane?>
<?import javafx.scene.layout.AnchorPane?>
<SplitPane dividerPositions="0.45274212368728123" prefHeight="300.0" prefWidth="859.0" stylesheets="@../css/designer.css" xmlns="http://javafx.com/javafx/8.0.172-ea" xmlns:fx="http://javafx.com/fxml/1">
<items>
<AnchorPane>
@ -26,16 +24,12 @@
</AnchorPane>
<AnchorPane prefWidth="300.0">
<children>
<TitledPane collapsible="false" prefWidth="300.0" styleClass="accent-header" text="Details" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<ToolbarTitledPane collapsible="false" prefWidth="300.0" title="Details" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<content>
<TextArea fx:id="logDetailsTextArea" editable="false" prefHeight="200.0" prefWidth="300.0" />
</content>
</TitledPane>
</ToolbarTitledPane>
</children>
</AnchorPane>
</items>
<styleClass>
<String fx:value="bottom-pane-split-pane" />
<String fx:value="accent-header" />
</styleClass>
</SplitPane>