|
@@ -18,7 +18,7 @@
|
18
|
18
|
<!--</children>-->
|
19
|
19
|
<!--</StackPane>-->
|
20
|
20
|
|
21
|
|
-<VBox fx:id="vista2" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="AccountController">
|
|
21
|
+<VBox fx:id="vista2" prefWidth="420.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="AccountController">
|
22
|
22
|
<children>
|
23
|
23
|
<JFXTabPane fx:id="tabPane" minHeight="50.0" prefHeight="40.0" prefWidth="466.0">
|
24
|
24
|
<tabs>
|
|
@@ -72,13 +72,16 @@
|
72
|
72
|
<Insets left="8.0" right="8.0" />
|
73
|
73
|
</VBox.margin>
|
74
|
74
|
</JFXTextArea>
|
75
|
|
- <TableView fx:id="table" maxHeight="1.7976931348623157E308" prefHeight="150.0" prefWidth="466.0">
|
|
75
|
+ <TableView fx:id="table" maxHeight="1.7976931348623157E308" maxWidth="420.0" prefHeight="180.0" prefWidth="420.0">
|
76
|
76
|
<columns>
|
77
|
77
|
<TableColumn fx:id="typCol" prefWidth="50.0" text="Type" />
|
78
|
|
- <TableColumn fx:id="datCol" prefWidth="125.0" text="Date" />
|
79
|
|
- <TableColumn fx:id="amtCol" prefWidth="100.0" text="Amount" />
|
80
|
|
- <TableColumn fx:id="balCol" prefWidth="150.0" text="Balance" />
|
|
78
|
+ <TableColumn fx:id="datCol" prefWidth="100.0" text="Date" />
|
|
79
|
+ <TableColumn fx:id="amtCol" prefWidth="125.0" text="Amount" />
|
|
80
|
+ <TableColumn fx:id="balCol" prefWidth="145.0" text="Balance" />
|
81
|
81
|
</columns>
|
|
82
|
+ <columnResizePolicy>
|
|
83
|
+ <TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
|
84
|
+ </columnResizePolicy>
|
82
|
85
|
</TableView>
|
83
|
86
|
</children>
|
84
|
87
|
</VBox>
|