Initial commit
This commit is contained in:
commit
77c8782026
20 changed files with 1292 additions and 0 deletions
37
fasel-jfx/src/main/resources/fxml/sample.fxml
Normal file
37
fasel-jfx/src/main/resources/fxml/sample.fxml
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import com.jfoenix.controls.JFXListView?>
|
||||
<?import javafx.scene.control.SplitPane?>
|
||||
<?import javafx.scene.layout.AnchorPane?>
|
||||
<?import javafx.scene.layout.BorderPane?>
|
||||
<?import javafx.scene.layout.HBox?>
|
||||
<SplitPane dividerPositions="0.2993311036789298" prefHeight="314.0" prefWidth="657.0" BorderPane.alignment="CENTER" xmlns="http://javafx.com/javafx/8.0.162-ea" xmlns:fx="http://javafx.com/fxml/1">
|
||||
<items>
|
||||
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="100.0">
|
||||
<children>
|
||||
<BorderPane prefHeight="200.0" prefWidth="200.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<top>
|
||||
<fx:include source="main_headerbar.fxml" />
|
||||
</top>
|
||||
<center>
|
||||
<JFXListView prefHeight="355.0" prefWidth="177.0" />
|
||||
</center>
|
||||
</BorderPane>
|
||||
</children></AnchorPane>
|
||||
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="100.0">
|
||||
<children>
|
||||
<BorderPane prefHeight="200.0" prefWidth="200.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<top>
|
||||
<HBox prefHeight="45.0" prefWidth="200.0" BorderPane.alignment="CENTER" />
|
||||
</top>
|
||||
<center>
|
||||
<JFXListView prefHeight="355.0" prefWidth="177.0" />
|
||||
</center>
|
||||
<bottom>
|
||||
<fx:include source="layout/chat_input_toolbar.fxml" />
|
||||
</bottom>
|
||||
</BorderPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</items>
|
||||
</SplitPane>
|
Loading…
Add table
Add a link
Reference in a new issue