Projekt_LSR/Projekt-LSR/bin/application/creditsView.fxml
2020-06-14 13:43:10 +02:00

16 lines
796 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.TextArea?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.text.Font?>
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="160.0" prefWidth="400.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="application.CreditsController">
<children>
<TextArea editable="false" prefHeight="160.0" prefWidth="400.0" text="Projekt realizowany w ramach przedmiotu Laboratorium Systemów Rozmytych.&#10;&#10;Autorzy:&#10;- Jagoda Jarowicz&#10;- Klaudia Kandulska&#10;- Marcin Stasiak" wrapText="true">
<font>
<Font size="14.0" />
</font>
</TextArea>
</children>
</AnchorPane>