文件名称:MyGUI2
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2015-01-06
- 文件大小:
- 28kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
简易画图软件。。通过java 自带的awt 和swing 库进行GUI 设计和开发,同时使用java 自带的graphic2D
库来实现基本图形的绘制和应用,以及对于颜色的设置和对于component 的移动和大小改
变。其中使用了java 的对于鼠标的监控功能来获得鼠标的点击,释放以及拖拽等不同的
listener 响应。-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
库来实现基本图形的绘制和应用,以及对于颜色的设置和对于component 的移动和大小改
变。其中使用了java 的对于鼠标的监控功能来获得鼠标的点击,释放以及拖拽等不同的
listener 响应。-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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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