-
Mypicture
定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的draw方法;MyOval负责画椭圆,实现父类的draw方法。编写一个应用程序,使用上面定义的类,随机选取位置和形状,绘制20个图形。(Defines four classes, MyShape, MyLine, MyRectangle and MyOval, which MyShape the other three parent class. MyShape is an abstract class, including graphics position four coordinates a no-argument constructor, all the coordinates are set to 0 a parameterized constructor, all the coordinates is set to the corresponding values each coordinate set and reading method abstract void draw (Graphics g) method. MyLine class is responsible for drawing straight lines, to achieve the draw method of the parent class MyRectangle responsible for drawing rectangles, to achieve the parent class draw method MyOval responsible painted oval, draw method to achieve the parent class. Write an application that uses the class defined above, randomly selected location and shape, draw 20 graphics.)
- 2021-04-14 09:08:55下载
- 积分:1
-
ibatis-class
java 框架ibatis学习文档下载 绝对值得(ibatis java framework document download is definitely worth learning)
- 2013-11-26 17:22:44下载
- 积分:1
-
Desktop
说明: java AES 和 DES加密解密工具类(Java AES and DES Encryption and Decryption Tool Class)
- 2020-06-25 03:20:02下载
- 积分:1
-
MimeMessageTest
This is a series of unit tests for the MimeMessage class. These tests must be locally complete - no server(s) required.
- 2013-11-28 12:34:27下载
- 积分:1
-
cs
说明: 用JAVA编写的模拟客户端与服务器端的通信(Simulated using JAVA client and server communication)
- 2013-07-10 09:20:54下载
- 积分:1
-
MessageSend
基于java的一个Socket发送消息实现源代码,供大家参考(A Socket-based java source code to send a message, for your reference)
- 2013-12-06 17:03:57下载
- 积分:1
-
android-samples-master
说明: 谷歌地图的官方demo,支持各种移动设备开发,以及穿戴设备地图(The official demo of Google Maps supports mobile device development and wearing device maps)
- 2020-06-20 10:40:01下载
- 积分:1
-
SumCode
测试函数行数,计算每个合格的java文本的函数行数(sum code)
- 2012-05-06 09:59:57下载
- 积分:1
-
struts
这是一本非常不错的struts 书籍,里面内容丰富,案例清晰,简单易懂。(This is a very good book of Struts with rich content and the case is simple and easy for your undstanding)
- 2012-04-22 11:30:15下载
- 积分:1
-
DrawPictureTool
手机版画图工具,和电脑自带的画图工具部分功能一致,大家编程时可以多学习
- 2009-12-07 11:01:22下载
- 积分:1