C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解
Examine the code to understand what each line does. Note that, when this lab is marked you may be asked to explain parts of this code.
Modify the code such that it draws a continuous line.
Add menu items (or buttons) that enable you to change the: thickness and transparency of the line.
This step will involve creating classes that can store a set of lines. Also you need to have an edit option so that existing lines can be repositioned. This will involve being able to select lines, adding move boxes to the ends of the line then a drag action will reposition the line.