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.
You should submit a runnable jar file with all your source files
To Search:
File list (Check if you may need any files):
MyGUI2\.classpath
......\.project
......\.settings\org.eclipse.jdt.core.prefs
......\bin\Circle.class
......\...\Controller$draggedListener.class
......\...\Controller$pressedListener.class
......\...\Controller.class
......\...\icon\circle.png
......\...\....\color.png
......\...\....\empty.png
......\...\....\line.png
......\...\....\move.png
......\...\....\rectangle.png
......\...\....\size.png
......\...\....\text.png
......\...\Line.class
......\...\MiniCAD$ButtonListener.class
......\...\MiniCAD.class
......\...\PaintSet.class
......\...\Rectangle.class
......\...\Text.class
......\src\Controller.java
......\...\icon\circle.png
......\...\....\color.png
......\...\....\empty.png
......\...\....\line.png
......\...\....\move.png
......\...\....\rectangle.png
......\...\....\size.png
......\...\....\text.png
......\...\MiniCAD.java
......\...\PaintSet.java
......\bin\icon
......\src\icon
......\.settings
......\bin
......\src
MyGUI2