Rösti
This commit is contained in:
		
							parent
							
								
									45f255bcda
								
							
						
					
					
						commit
						6590e28ce7
					
				
					 8 changed files with 16 additions and 16 deletions
				
			
		|  | @ -19,8 +19,8 @@ | ||||||
|          <children> |          <children> | ||||||
|             <Label fx:id="mainTitle" onMouseClicked="#handleTitleClick" styleClass="mainTitle" text="Bookshop - Fantasy Brigade" /> |             <Label fx:id="mainTitle" onMouseClicked="#handleTitleClick" styleClass="mainTitle" text="Bookshop - Fantasy Brigade" /> | ||||||
|             <Pane HBox.hgrow="ALWAYS" /> |             <Pane HBox.hgrow="ALWAYS" /> | ||||||
|             <Button fx:id="cartBtn" mnemonicParsing="false" styleClass="cartBtn" text="Cart" /> |             <Button id="cartBtn" fx:id="cartBtn" mnemonicParsing="false" onAction="#handleCartButton" styleClass="cartBtn" text="Cart" /> | ||||||
|             <Button fx:id="loginBtn" mnemonicParsing="false" styleClass="loginBtn" text="Login" /> |             <Button id="loginBtn" fx:id="loginBtn" mnemonicParsing="false" onAction="#handleLoginButton" styleClass="loginBtn" text="Login" /> | ||||||
|          </children> |          </children> | ||||||
|          <padding> |          <padding> | ||||||
|             <Insets bottom="10.0" left="20.0" right="20.0" top="10.0" /> |             <Insets bottom="10.0" left="20.0" right="20.0" top="10.0" /> | ||||||
|  |  | ||||||
|  | @ -20,8 +20,8 @@ | ||||||
|          <children> |          <children> | ||||||
|             <Label fx:id="mainTitle" onMouseClicked="#handleTitleClick" styleClass="mainTitle" text="Bookshop - Fantasy Brigade" /> |             <Label fx:id="mainTitle" onMouseClicked="#handleTitleClick" styleClass="mainTitle" text="Bookshop - Fantasy Brigade" /> | ||||||
|             <Pane fx:id="headerSpacer" HBox.hgrow="ALWAYS" /> |             <Pane fx:id="headerSpacer" HBox.hgrow="ALWAYS" /> | ||||||
|             <Button fx:id="cartBtn" mnemonicParsing="false" styleClass="cartBtn" text="Cart" /> |             <Button id="cartBtn" fx:id="cartBtn" mnemonicParsing="false" onAction="#handleCartButton" styleClass="cartBtn" text="Cart" /> | ||||||
|             <Button fx:id="loginBtn" mnemonicParsing="false" styleClass="loginBtn" text="Login" /> |             <Button id="loginBtn" fx:id="loginBtn" mnemonicParsing="false" onAction="#handleLoginButton" styleClass="loginBtn" text="Login" /> | ||||||
|          </children> |          </children> | ||||||
|          <padding> |          <padding> | ||||||
|             <Insets bottom="10.0" left="20.0" right="20.0" top="10.0" /> |             <Insets bottom="10.0" left="20.0" right="20.0" top="10.0" /> | ||||||
|  |  | ||||||
|  | @ -21,8 +21,8 @@ | ||||||
|          <children> |          <children> | ||||||
|             <Label fx:id="mainTitle" onMouseClicked="#handleTitleClick" styleClass="mainTitle" text="Bookshop - Fantasy Brigade" /> |             <Label fx:id="mainTitle" onMouseClicked="#handleTitleClick" styleClass="mainTitle" text="Bookshop - Fantasy Brigade" /> | ||||||
|             <Pane HBox.hgrow="ALWAYS" /> |             <Pane HBox.hgrow="ALWAYS" /> | ||||||
|             <Button fx:id="cartBtn" mnemonicParsing="false" onAction="#handleCartButton" styleClass="cartBtn" text="Cart" /> |             <Button id="cartBtn" fx:id="cartBtn" mnemonicParsing="false" onAction="#handleCartButton" styleClass="cartBtn" text="Cart" /> | ||||||
|             <Button fx:id="loginBtn" mnemonicParsing="false" styleClass="loginBtn" text="Login" /> |             <Button id="loginBtn" fx:id="loginBtn" mnemonicParsing="false" onAction="#handleLoginButton" styleClass="loginBtn" text="Login" /> | ||||||
|          </children> |          </children> | ||||||
|          <padding> |          <padding> | ||||||
|             <Insets bottom="10.0" left="20.0" right="20.0" top="10.0" /> |             <Insets bottom="10.0" left="20.0" right="20.0" top="10.0" /> | ||||||
|  |  | ||||||
|  | @ -23,8 +23,8 @@ | ||||||
|             <Pane fx:id="spacerPane" HBox.hgrow="ALWAYS" /> |             <Pane fx:id="spacerPane" HBox.hgrow="ALWAYS" /> | ||||||
|              |              | ||||||
|             <!-- Buttons --> |             <!-- Buttons --> | ||||||
|             <Button id="cartBtn" fx:id="cartBtn" mnemonicParsing="false" styleClass="cartBtn" text="Cart" /> |             <Button id="cartBtn" fx:id="cartBtn" mnemonicParsing="false" onAction="#handleCartButton" styleClass="cartBtn" text="Cart" /> | ||||||
|             <Button id="loginBtn" fx:id="loginBtn" mnemonicParsing="false" styleClass="loginBtn" text="Login" /> |             <Button id="loginBtn" fx:id="loginBtn" mnemonicParsing="false" onAction="#handleLoginButton" styleClass="loginBtn" text="Login" /> | ||||||
|          </children> |          </children> | ||||||
|          <padding> |          <padding> | ||||||
|             <Insets bottom="10.0" left="20.0" right="20.0" top="10.0" /> |             <Insets bottom="10.0" left="20.0" right="20.0" top="10.0" /> | ||||||
|  |  | ||||||
|  | @ -19,8 +19,8 @@ | ||||||
|          <children> |          <children> | ||||||
|             <Label fx:id="mainTitle" onMouseClicked="#handleTitleClick" styleClass="mainTitle" text="Bookshop - Fantasy Brigade" /> |             <Label fx:id="mainTitle" onMouseClicked="#handleTitleClick" styleClass="mainTitle" text="Bookshop - Fantasy Brigade" /> | ||||||
|             <Pane HBox.hgrow="ALWAYS" /> |             <Pane HBox.hgrow="ALWAYS" /> | ||||||
|             <Button fx:id="cartBtn" mnemonicParsing="false" styleClass="cartBtn" text="Cart" /> |             <Button id="cartBtn" fx:id="cartBtn" mnemonicParsing="false" onAction="#handleCartButton" styleClass="cartBtn" text="Cart" /> | ||||||
|             <Button fx:id="loginBtn" mnemonicParsing="false" styleClass="loginBtn" text="Login" /> |             <Button id="loginBtn" fx:id="loginBtn" mnemonicParsing="false" onAction="#handleLoginButton" styleClass="loginBtn" text="Login" /> | ||||||
|          </children> |          </children> | ||||||
|          <padding> |          <padding> | ||||||
|             <Insets bottom="10.0" left="20.0" right="20.0" top="10.0" /> |             <Insets bottom="10.0" left="20.0" right="20.0" top="10.0" /> | ||||||
|  |  | ||||||
|  | @ -20,8 +20,8 @@ | ||||||
|          <children> |          <children> | ||||||
|             <Label fx:id="mainTitle" onMouseClicked="#handleTitleClick" styleClass="mainTitle" text="Bookshop - Fantasy Brigade" /> |             <Label fx:id="mainTitle" onMouseClicked="#handleTitleClick" styleClass="mainTitle" text="Bookshop - Fantasy Brigade" /> | ||||||
|             <Pane fx:id="headerSpacer" HBox.hgrow="ALWAYS" /> |             <Pane fx:id="headerSpacer" HBox.hgrow="ALWAYS" /> | ||||||
|             <Button fx:id="cartBtn" mnemonicParsing="false" styleClass="cartBtn" text="Cart" /> |             <Button id="cartBtn" fx:id="cartBtn" mnemonicParsing="false" onAction="#handleCartButton" styleClass="cartBtn" text="Cart" /> | ||||||
|             <Button fx:id="loginBtn" mnemonicParsing="false" styleClass="loginBtn" text="Login" /> |             <Button id="loginBtn" fx:id="loginBtn" mnemonicParsing="false" onAction="#handleLoginButton" styleClass="loginBtn" text="Login" /> | ||||||
|          </children> |          </children> | ||||||
|          <padding> |          <padding> | ||||||
|             <Insets bottom="10.0" left="20.0" right="20.0" top="10.0" /> |             <Insets bottom="10.0" left="20.0" right="20.0" top="10.0" /> | ||||||
|  |  | ||||||
|  | @ -21,8 +21,8 @@ | ||||||
|          <children> |          <children> | ||||||
|             <Label fx:id="mainTitle" onMouseClicked="#handleTitleClick" styleClass="mainTitle" text="Bookshop - Fantasy Brigade" /> |             <Label fx:id="mainTitle" onMouseClicked="#handleTitleClick" styleClass="mainTitle" text="Bookshop - Fantasy Brigade" /> | ||||||
|             <Pane HBox.hgrow="ALWAYS" /> |             <Pane HBox.hgrow="ALWAYS" /> | ||||||
|             <Button fx:id="cartBtn" mnemonicParsing="false" onAction="#handleCartButton" styleClass="cartBtn" text="Cart" /> |             <Button id="cartBtn" fx:id="cartBtn" mnemonicParsing="false" onAction="#handleCartButton" styleClass="cartBtn" text="Cart" /> | ||||||
|             <Button fx:id="loginBtn" mnemonicParsing="false" styleClass="loginBtn" text="Login" /> |             <Button id="loginBtn" fx:id="loginBtn" mnemonicParsing="false" onAction="#handleLoginButton" styleClass="loginBtn" text="Login" /> | ||||||
|          </children> |          </children> | ||||||
|          <padding> |          <padding> | ||||||
|             <Insets bottom="10.0" left="20.0" right="20.0" top="10.0" /> |             <Insets bottom="10.0" left="20.0" right="20.0" top="10.0" /> | ||||||
|  |  | ||||||
|  | @ -23,8 +23,8 @@ | ||||||
|             <Pane fx:id="spacerPane" HBox.hgrow="ALWAYS" /> |             <Pane fx:id="spacerPane" HBox.hgrow="ALWAYS" /> | ||||||
|              |              | ||||||
|             <!-- Buttons --> |             <!-- Buttons --> | ||||||
|             <Button id="cartBtn" fx:id="cartBtn" mnemonicParsing="false" styleClass="cartBtn" text="Cart" /> |             <Button id="cartBtn" fx:id="cartBtn" mnemonicParsing="false" onAction="#handleCartButton" styleClass="cartBtn" text="Cart" /> | ||||||
|             <Button id="loginBtn" fx:id="loginBtn" mnemonicParsing="false" styleClass="loginBtn" text="Login" /> |             <Button id="loginBtn" fx:id="loginBtn" mnemonicParsing="false" onAction="#handleLoginButton" styleClass="loginBtn" text="Login" /> | ||||||
|          </children> |          </children> | ||||||
|          <padding> |          <padding> | ||||||
|             <Insets bottom="10.0" left="20.0" right="20.0" top="10.0" /> |             <Insets bottom="10.0" left="20.0" right="20.0" top="10.0" /> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue