feat(tutorial): Create a tutorial page explaining the application
closes: #29 (closed)
What are the key features of this change
Creates a tutorial pane and a tutorial paragraph component.
The tutorial pane component reads from the file tutorialText.csv which is text separated by semicolon and not comma.
This file is formatted like this: Paragraph title; Paragraph content; Image url
It is not mandatory to have an image so this can be ignored if wished. The pane is resizable and changes made to the window will be reflected in the text and images.
Checklist
-
Javadoc -
Relevant tests have been created -
Build tool test passed -
Class version is updated where relevant
Edited by Carl Gützkow