Icons
This commit is contained in:
parent
d1eaa3298c
commit
a445e8dd5b
@ -8,7 +8,7 @@ import java.net.URL;
|
||||
|
||||
public enum Tabs {
|
||||
|
||||
Modpacks(Main.class.getResource("../assets/layout/modpacks.fxml")), Home(Main.class.getResource("../assets/layout/home.fxml")), Settings(Main.class.getResource("../assets/layout/settings.fxml"));
|
||||
Modpacks(Tabs.class.getResource("../assets/layout/modpacks.fxml")), Home(Tabs.class.getResource("../assets/layout/home.fxml")), Settings(Tabs.class.getResource("../assets/layout/settings.fxml"));
|
||||
|
||||
public final URL url;
|
||||
private Parent loaded;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 24 KiB |
BIN
src/assets/icons/app1.png
Normal file
BIN
src/assets/icons/app1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
@ -12,8 +12,8 @@
|
||||
<Rectangle id="rectangle" arcHeight="5.0" arcWidth="5.0" fill="white" height="50.0" strokeType="INSIDE" width="900.0" />
|
||||
<Button id="exit" alignment="TOP_RIGHT" contentDisplay="RIGHT" layoutX="862.0" layoutY="13.0" mnemonicParsing="false" stylesheets="@../style/nav.css" text="X" textFill="WHITE" />
|
||||
<Button id="min" alignment="TOP_RIGHT" contentDisplay="RIGHT" layoutX="841.0" layoutY="13.0" mnemonicParsing="false" stylesheets="@../style/nav.css" text="-" textFill="WHITE" />
|
||||
<ImageView id="icon" fitHeight="30" fitWidth="30" layoutX="10" layoutY="11" />
|
||||
<Label layoutX="46.0" layoutY="11.0" text="Team-Avion Launcher" textFill="WHITE">
|
||||
<ImageView id="icon" fitHeight="32" fitWidth="64" layoutX="5" layoutY="10" />
|
||||
<Label layoutX="70.0" layoutY="11.0" text="Team-Avion Launcher" textFill="WHITE">
|
||||
<font>
|
||||
<Font name="Centaur" size="24.0" />
|
||||
</font>
|
||||
|
Loading…
x
Reference in New Issue
Block a user