mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-26 18:30:52 +01:00
sng link -> allseeingeye
This commit is contained in:
parent
cde38f5f0d
commit
17dc388668
@ -14,7 +14,7 @@ import javafx.scene.image.ImageView;
|
||||
*/
|
||||
public class InfoController extends SubForm {
|
||||
public ImageView img_logo;
|
||||
public Hyperlink link_sng;
|
||||
public Hyperlink link_ase;
|
||||
public Hyperlink link_darkbox;
|
||||
public Hyperlink link_d_harble;
|
||||
public Hyperlink link_g_gearth;
|
||||
@ -38,16 +38,16 @@ public class InfoController extends SubForm {
|
||||
|
||||
img_logo.setImage(new Image("/gearth/G-EarthLogo.png"));
|
||||
|
||||
link_sng.setTooltip(new Tooltip("https://www.sngforum.info"));
|
||||
link_ase.setTooltip(new Tooltip("https://allseeingeye.to"));
|
||||
link_darkbox.setTooltip(new Tooltip("https://darkbox.nl"));
|
||||
link_d_harble.setTooltip(new Tooltip("https://discord.gg/CzRuHvW"));
|
||||
link_g_gearth.setTooltip(new Tooltip("https://github.com/sirjonasxx/G-Earth"));
|
||||
link_g_tanji.setTooltip(new Tooltip("https://github.com/ArachisH/Tanji"));
|
||||
link_d_harble.setTooltip(new Tooltip("https://discord.gg/CzRuHvW"));
|
||||
|
||||
activateHyperlink(link_ase);
|
||||
activateHyperlink(link_darkbox);
|
||||
activateHyperlink(link_d_harble);
|
||||
activateHyperlink(link_g_gearth);
|
||||
activateHyperlink(link_g_tanji);
|
||||
activateHyperlink(link_sng);
|
||||
activateHyperlink(link_darkbox);
|
||||
}
|
||||
}
|
||||
|
@ -65,12 +65,12 @@
|
||||
<Font size="14.0" />
|
||||
</font>
|
||||
</Label>
|
||||
<Label layoutX="487.0" layoutY="87.0" text="Links:" textFill="#000000b2">
|
||||
<Label layoutX="491.0" layoutY="87.0" text="Links:" textFill="#000000b2">
|
||||
<font>
|
||||
<Font name="System Bold" size="14.0" />
|
||||
</font>
|
||||
</Label>
|
||||
<Hyperlink fx:id="link_sng" layoutX="487.0" layoutY="107.0" text="SNG Forum" />
|
||||
<Hyperlink fx:id="link_ase" layoutX="487.0" layoutY="107.0" text="AllSeeingEye" />
|
||||
<Hyperlink fx:id="link_darkbox" layoutX="487.0" layoutY="127.0" text="Darkbox" />
|
||||
<Hyperlink fx:id="link_d_harble" layoutX="487.0" layoutY="187.0" text="Discord - Harble" />
|
||||
<Hyperlink fx:id="link_g_gearth" layoutX="487.0" layoutY="147.0" text="Github - G-Earth" />
|
||||
|
Loading…
Reference in New Issue
Block a user