16 lines
796 B
XML
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. Autorzy: - Jagoda Jarowicz - Klaudia Kandulska - Marcin Stasiak" wrapText="true">
|
|
<font>
|
|
<Font size="14.0" />
|
|
</font>
|
|
</TextArea>
|
|
</children>
|
|
</AnchorPane>
|