Skip to content

Commit c3f6412

Browse files
committed
List now sorted alphabetically
1 parent 3aef893 commit c3f6412

17 files changed

Lines changed: 53 additions & 23 deletions
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
30 Bytes
Binary file not shown.
1.2 KB
Binary file not shown.
1.05 KB
Binary file not shown.
324 Bytes
Binary file not shown.

bin/data/local.watchlist

71 Bytes
Binary file not shown.

bin/img/searchicon.png

19.6 KB
Loading

bin/res/Home.fxml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<content>
2929
<AnchorPane>
3030
<children>
31-
<TextField fx:id="searchfield" layoutX="14.0" layoutY="14.0" onAction="#searchDatabase" promptText="Search for Series" />
31+
<TextField fx:id="searchfield" layoutX="16.0" layoutY="14.0" onAction="#searchDatabase" promptText="Search for Series" />
3232
<ImageView fx:id="poster" fitHeight="245.7" fitWidth="162.0" layoutX="390.0" layoutY="9.0" pickOnBounds="true" AnchorPane.topAnchor="15.0">
3333
<image>
3434
<Image url="@../img/placeholder.png" />
@@ -94,12 +94,17 @@
9494
<Font size="14.0" />
9595
</font>
9696
</Label>
97-
<Label fx:id="verifylabel" layoutX="203.0" layoutY="18.0" prefHeight="20.0" prefWidth="161.0" textFill="WHITE">
97+
<Label fx:id="verifylabel" layoutX="217.0" layoutY="18.0" prefHeight="20.0" prefWidth="147.0" textFill="WHITE">
9898
<font>
9999
<Font size="14.0" />
100100
</font>
101101
</Label>
102102
<Button fx:id="watchlistbutton" layoutX="249.0" layoutY="14.0" mnemonicParsing="false" onAction="#addToWatchlist" styleClass="selectbutton" text="Add to Watchlist" visible="false" />
103+
<ImageView fitHeight="20.0" fitWidth="20.0" layoutX="179.0" layoutY="18.0" pickOnBounds="true" preserveRatio="true">
104+
<image>
105+
<Image url="@../img/searchicon.png" />
106+
</image>
107+
</ImageView>
103108
</children>
104109
</AnchorPane>
105110
</content>

bin/res/Splash.fxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<?import java.lang.*?>
88
<?import javafx.scene.layout.*?>
99

10-
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" styleClass="pane" stylesheets="@main.css" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.gabrielbelanger.controller.splashController">
10+
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="450.0" prefWidth="600.0" styleClass="pane" stylesheets="@main.css" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.gabrielbelanger.controller.splashController">
1111
<children>
12-
<ImageView fitHeight="283.0" fitWidth="600.0" layoutY="100.0" pickOnBounds="true" preserveRatio="true">
12+
<ImageView fitHeight="283.0" fitWidth="600.0" layoutY="125.0" pickOnBounds="true" preserveRatio="true">
1313
<image>
1414
<Image url="@../img/WINE.png" />
1515
</image>

0 commit comments

Comments
 (0)