|
9 | 9 | <?import javafx.scene.layout.GridPane?> |
10 | 10 | <?import javafx.scene.layout.RowConstraints?> |
11 | 11 |
|
12 | | -<GridPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="50" minWidth="150" prefHeight="200.0" prefWidth="800.0" stylesheets="@app5.css" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="org.epistatic.app5.controller.ApplicationController"> |
| 12 | +<GridPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="200.0" prefWidth="700.0" stylesheets="@app5.css" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="org.epistatic.app5.controller.ApplicationController"> |
13 | 13 | <columnConstraints> |
14 | 14 | <ColumnConstraints halignment="CENTER" hgrow="ALWAYS" maxWidth="1.7976931348623157E308" minWidth="100.0" prefWidth="100.0" /> |
15 | 15 | </columnConstraints> |
|
25 | 25 | </Button> |
26 | 26 | <AnchorPane prefHeight="200.0"> |
27 | 27 | <children> |
28 | | - <TableView fx:id="dateView" prefHeight="200.0" prefWidth="750.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> |
| 28 | + <TableView fx:id="dateView" prefHeight="200.0" prefWidth="200.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> |
29 | 29 | <columns> |
30 | | - <TableColumn fx:id="labelColumn" prefWidth="55.0" styleClass="date-column" text="Label" /> |
31 | | - <TableColumn fx:id="dateStringColumn" prefWidth="60.0" styleClass="date-column" text="dateStringColumn" /> |
32 | | - <TableColumn fx:id="dateObjectColumn" prefWidth="60.0" styleClass="date-column" text="dateObjectColumn" /> |
33 | | - <TableColumn fx:id="dateCustomColumn" prefWidth="90.0" styleClass="date-column" text="dateCustomColumn" /> |
34 | | - <TableColumn fx:id="dateCustomColumn2" prefWidth="90.0" styleClass="date-column" text="dateCustomColumn2" /> |
35 | | - <TableColumn fx:id="dateLambdaColumn" prefWidth="90.0" styleClass="date-column" text="dateLambdaColumn" /> |
| 30 | + <TableColumn fx:id="labelColumn" editable="false" maxWidth="85.0" minWidth="85.0" prefWidth="85.0" styleClass="date-column" text="Label" /> |
| 31 | + <TableColumn fx:id="dateStringColumn" editable="false" prefWidth="75.0" styleClass="date-column" text="dateStringColumn" /> |
| 32 | + <TableColumn fx:id="dateObjectColumn" editable="false" prefWidth="75.0" styleClass="date-column" text="dateObjectColumn" /> |
| 33 | + <TableColumn fx:id="dateCustomColumn" editable="false" prefWidth="75.0" styleClass="date-column" text="dateCustomColumn" /> |
| 34 | + <TableColumn fx:id="dateCustomColumn2" editable="false" prefWidth="75.0" styleClass="date-column" text="dateCustomColumn2" /> |
| 35 | + <TableColumn fx:id="dateLambdaColumn" editable="false" prefWidth="75.0" styleClass="date-column" text="dateLambdaColumn" /> |
36 | 36 | </columns> |
37 | 37 | <columnResizePolicy> |
38 | 38 | <TableView fx:constant="CONSTRAINED_RESIZE_POLICY" /> |
|
0 commit comments