Develope game branch #33
			
				
			
		
		
		
	| 
						 | 
				
			
			@ -8,14 +8,13 @@
 | 
			
		|||
<?import javafx.scene.layout.HBox?>
 | 
			
		||||
<?import javafx.scene.layout.VBox?>
 | 
			
		||||
 | 
			
		||||
<VBox alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="200.0" prefWidth="200.0" style="-fx-border-color: black; -fx-border-insets: 2; -fx-border-width: 3;" xmlns="http://javafx.com/javafx/18" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ch.zhaw.projekt2.turnierverwaltung.main.gameScheduleView.GameController">
 | 
			
		||||
<VBox alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="150.0" style="-fx-border-color: black; -fx-border-insets: 2; -fx-border-width: 3;" xmlns="http://javafx.com/javafx/18" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ch.zhaw.projekt2.turnierverwaltung.main.gameScheduleView.GameController">
 | 
			
		||||
   <children>
 | 
			
		||||
      <VBox fx:id="mainVBox" alignment="CENTER" prefHeight="200.0" prefWidth="100.0">
 | 
			
		||||
      <VBox fx:id="mainVBox" alignment="CENTER" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="150.0">
 | 
			
		||||
         <children>
 | 
			
		||||
            <Label fx:id="participantNameOne" text="Participant One" />
 | 
			
		||||
            <HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0">
 | 
			
		||||
               <children>
 | 
			
		||||
                  <Label text="Points">
 | 
			
		||||
                  <Label fx:id="participantNameOne" text="Participant One">
 | 
			
		||||
                     <HBox.margin>
 | 
			
		||||
                        <Insets right="20.0" />
 | 
			
		||||
                     </HBox.margin>
 | 
			
		||||
| 
						 | 
				
			
			@ -23,10 +22,9 @@
 | 
			
		|||
                  <TextField fx:id="pointsTeamOne" prefHeight="25.0" prefWidth="50.0" />
 | 
			
		||||
               </children>
 | 
			
		||||
            </HBox>
 | 
			
		||||
            <Label fx:id="participantNameTwo" text="Participant Two" />
 | 
			
		||||
            <HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0">
 | 
			
		||||
               <children>
 | 
			
		||||
                  <Label text="Points">
 | 
			
		||||
                  <Label fx:id="participantNameTwo" text="Participant Two">
 | 
			
		||||
                     <HBox.margin>
 | 
			
		||||
                        <Insets right="20.0" />
 | 
			
		||||
                     </HBox.margin>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue