Update UML
This commit is contained in:
@@ -3,6 +3,7 @@ module it.polimi.ingsw.gc14 {
|
||||
requires javafx.fxml;
|
||||
|
||||
requires org.controlsfx.controls;
|
||||
requires java.rmi;
|
||||
|
||||
opens it.polimi.ingsw.gc14 to javafx.fxml;
|
||||
exports it.polimi.ingsw.gc14;
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
<?import javafx.scene.control.Button?>
|
||||
<VBox alignment="CENTER" spacing="20.0" xmlns:fx="http://javafx.com/fxml"
|
||||
fx:controller="it.polimi.ingsw.gc14.HelloController">
|
||||
<padding>
|
||||
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0"/>
|
||||
</padding>
|
||||
<padding>
|
||||
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0"/>
|
||||
</padding>
|
||||
|
||||
<Label fx:id="welcomeText"/>
|
||||
<Button text="Hello!" onAction="#onHelloButtonClick"/>
|
||||
<Label fx:id="welcomeText"/>
|
||||
<Button text="Hello!" onAction="#onHelloButtonClick"/>
|
||||
</VBox>
|
||||
|
||||
Reference in New Issue
Block a user