You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
2.3 KiB

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Hyperlink?>
<AnchorPane fx:id="aboutTabPane" prefHeight="600.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/8.0.112" xmlns:fx="http://javafx.com/fxml/1" fx:controller="gui.AboutTab">
<children>
<Pane>
<Label fx:id="headerL" layoutX="10.0" layoutY="20.0" prefWidth="800" text="?" />
<Label fx:id="descriptionL" layoutX="10.0" layoutY="120.0" prefWidth="800" text="?" />
<Label fx:id="signatureL" layoutX="10.0" layoutY="280.0" prefWidth="800" text="?" />
<Label fx:id="footerL" layoutX="10.0" layoutY="360.0" prefWidth="800" text="?" />
<Label fx:id="linksL" layoutX="10.0" layoutY="440.0" prefWidth="800" text="?" />
<!--<ImageView fx:id="stringLengthI" layoutX="370.0" layoutY="27.5" pickOnBounds="true" preserveRatio="true">-->
<!--<Image url="questionmark.png" backgroundLoading="true"/>-->
<!--</ImageView>-->
<!--<Label fx:id="calculateForL" layoutX="10.0" layoutY="60.0" prefHeight="25.0" text="Izračunaj za"/>-->
<Pane fx:id="paneSlo">
<ImageView fx:id="logoSloI" layoutX="200.0" layoutY="380.0" pickOnBounds="true" preserveRatio="true" fitWidth="580">
<Image url="CJVT_CGP_Osnovni_znak+Pripis_naziva_SLO.png" backgroundLoading="true"/>
</ImageView>
</Pane>
<Pane fx:id="paneEng" visible="false">
<ImageView fx:id="logoEngI" layoutX="100.0" layoutY="380.0" pickOnBounds="true" preserveRatio="true" fitWidth="700">
<Image url="CJVT_CGP_Osnovni_znak+Pripis_naziva_ENG.png" backgroundLoading="true"/>
</ImageView>
</Pane>
<Hyperlink fx:id="cjvtH" layoutX="25.0" layoutY="460.0" text="CLARIN.SI" />
<Hyperlink fx:id="githubH" layoutX="25.0" layoutY="480.0" text="GitHub" />
</Pane>
</children>
<Button fx:id="changeLanguageB" layoutX="710.0" layoutY="40.0" mnemonicParsing="false" prefWidth="50.0"/>
</AnchorPane>