File tree Expand file tree Collapse file tree 4 files changed +5
-15
lines changed
src/main/resources/library Expand file tree Collapse file tree 4 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 1010 fx : id =" certificatesRoot"
1111 prefWidth =" 1440" prefHeight =" 900" >
1212
13- <stylesheets >
14- <URL value =" @/com/escapegame/styles.css" />
15- </stylesheets >
13+ <stylesheets >
14+ <URL value =" @/com/escapegame/styles.css" />
15+ </stylesheets >
1616
1717 <ImageView fitWidth =" 1440" fitHeight =" 900" preserveRatio =" true" smooth =" false" >
1818 <image >
Original file line number Diff line number Diff line change 1010 fx : id =" homeRoot"
1111 prefWidth =" 1440" prefHeight =" 900" >
1212
13- <stylesheets >
14- <URL value =" @/com/escapegame/styles.css" />
15- </stylesheets >
13+
1614 <ImageView fitWidth =" 1440" fitHeight =" 900" preserveRatio =" true" smooth =" false" >
1715 <image >
1816 <Image url =" @../images/manor.png" />
Original file line number Diff line number Diff line change 1212 fx : id =" loginRoot"
1313 prefWidth =" 1440" prefHeight =" 900"
1414 styleClass =" login-root" >
15- <stylesheets >
16- <URL value =" @/com/escapegame/styles.css" />
17- </stylesheets >
15+
1816 <ImageView fx : id =" backgroundImage" fitWidth =" 1440" fitHeight =" 900"
1917 preserveRatio =" true" smooth =" false" >
2018 <image >
Original file line number Diff line number Diff line change 44<?import javafx .scene.control.*?>
55<?import javafx .scene.shape.Rectangle?>
66<?import javafx .geometry.*?>
7- <stylesheets >
8- <URL value =" @styles.css" />
9- </stylesheets >
107
118<StackPane xmlns : fx =" http://javafx.com/fxml/1"
129 fx : controller =" com.escapegame.RegisterController"
1310 fx : id =" registerRoot"
1411 prefWidth =" 1440" prefHeight =" 900" >
1512
16- <stylesheets >
17- <URL value =" @/com/escapegame/styles.css" />
18- </stylesheets >
1913 <ImageView fx : id =" backgroundImage" fitWidth =" 1440" fitHeight =" 900"
2014 preserveRatio =" true" smooth =" false" >
2115 <image >
You can’t perform that action at this time.
0 commit comments