Description: In this project, you should use Java GUI to implement a simple drawing board.
To get full marks, you should implement to:
1.draw line, circle, rectangle, text
2.change the color of a target
3.change the position of a targets
4.change the size of a targets
5.save images as files and load a image file
All processes of changes should be visible.
To Search:
File list (Check if you may need any files):
jarFile
.......\images
.......\......\circle.png
.......\......\icon.png
.......\......\line.png
.......\......\point.png
.......\......\rectangle.png
.......\......\text.png
.......\......\zoomin.png
.......\......\zoomout.png
.......\miniCAD.jar
report.pdf
sourceFile
..........\images
..........\......\circle.png
..........\......\icon.png
..........\......\line.png
..........\......\point.png
..........\......\rectangle.png
..........\......\text.png
..........\......\zoomin.png
..........\......\zoomout.png
..........\readme.txt
..........\src
..........\...\cn
..........\...\..\peimin
..........\...\..\......\miniCAD
..........\...\..\......\.......\miniCAD.java