View Exercise 1ΒΆ
A GUI should help a user to easily manipulate the behaviour of the code (by changing variables etc.). For example consider creating a plot of a sine wave. In this exercise you will create a view which contains the options for manipulating the plot.
The GUI should contain a single table and a button for updating the plot. The table should include options for:
Setting the line colour (red, blue, green)
Setting the grid lines
Entering a frequency
Entering a phase shift
The previous sections are not an exhaustive list of possible widgets. Functionality for the update plot button will be added later.
The solution can be found here.