|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
<?import javafx.scene.control.Label?> |
|
|
|
<?import javafx.scene.layout.AnchorPane?> |
|
|
|
<?import javafx.scene.layout.Pane?> |
|
|
|
<?import javafx.scene.layout.HBox?> |
|
|
|
<?import javafx.scene.text.Font?> |
|
|
|
|
|
|
|
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" prefHeight="220.0" prefWidth="950.0" xmlns="http://javafx.com/javafx/21" xmlns:fx="http://javafx.com/fxml/1"> |
|
|
@ -12,6 +12,6 @@ |
|
|
|
<Font size="17.0" /> |
|
|
|
</font> |
|
|
|
</Label> |
|
|
|
<Pane fx:id="cardsPane" layoutX="7.0" layoutY="28.0" prefHeight="200.0" prefWidth="935.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="3.0" AnchorPane.rightAnchor="8.0" AnchorPane.topAnchor="20.0" /> |
|
|
|
<HBox fx:id="cardsHBox" layoutY="22.0" prefHeight="200.0" prefWidth="940.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="3.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="20.0" /> |
|
|
|
</children> |
|
|
|
</AnchorPane> |