More prototyping - warning UGLY!

This commit is contained in:
Paul Schaub 2018-10-30 00:44:29 +01:00
parent 1e2a8cf641
commit 4309af9e7a
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
9 changed files with 226 additions and 34 deletions

View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import com.jfoenix.controls.JFXListView?>
<?import javafx.scene.layout.ColumnConstraints?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.RowConstraints?>
<GridPane alignment="CENTER" xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/8.0.162-ea" fx:controller="de.vanitasvitae.omemoqrgenerator.ListViewController">
<JFXListView fx:id="listView" minWidth="400.0" prefWidth="400.0" />
<columnConstraints>
<ColumnConstraints />
</columnConstraints>
<rowConstraints>
<RowConstraints />
</rowConstraints>
</GridPane>