isaac-jordan/Matrixonator-Java

No input validation on first page of 'New Matrix' wizard

isaac-jordan opened this issue · 1 comments

Unhandled errors can be created by entering non-sensical data on first page of wizard, and sometimes it will accept the input. These inputs should be checked when the user presses the 'Next' button.

image

Fixed by commit 3a4435c.

This commit introduces the structure for parsing user data in a wizard that can be used for the other pages.