-
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
-
MavenSpringHibernate-MySQL
Maven Spring + Hibernate example
- 2013-04-14 02:52:03下载
- 积分:1
-
DNF团圆内部自动搬砖.rar
开启:先辅助,后打开wegame 跳过检测,进角色自动呼出!
F1———全屏开关
End———挂机模式
F2处理装备
F3自动完成已接任务
波浪键~~~无形秒杀
F4———处理装备(出售或分解白蓝紫) F5一键挑战
F1——自动刷图(在桌面配置调整自动模式以及伤害频率,通关时间30秒以上!通过伤害高低控制通关时间!)(Opening: first assist, then open wegame to skip detection, and play the role automatically exhaling!
F1 - full screen switch
End - - hang machine mode
F2 processing equipment
F3 automatically completes the connected task
Wave key ~ ~ invisible second kill
F4 -- handling equipment (selling or decomposing Bai Lanzi) F5 key challenge
F1 - automatic brush drawing (automatic adjustment mode and frequency of damage in the desktop configuration, clearance time more than 30 seconds! Control the clearance time through the damage level!)
- 2018-06-11 12:40:42下载
- 积分:1
-
miniCAD
miniCAD-java GUI实现的小型CAD软件,界面其实模仿了windows画图的风格,实现了画线、画圆、画矩形、画文字载入图片,并能改变图形的颜色和大小。(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.)
- 2020-11-18 16:09:38下载
- 积分:1
-
qqmail
类似于发送QQ邮件的功能,可以添加正文、标题和附件。(Similar to the function of sending QQ mail, the text, the title, and the attachment can be added.)
- 2018-01-03 15:15:39下载
- 积分:1
-
新建文件夹
说明: 测试案例,改案例仅为测试使用,为借用文档,如侵权,请告知删除。(Test cases, change cases only for testing use, for borrowing documents, such as infringement, please inform deletion.)
- 2020-06-19 03:40:02下载
- 积分:1
-
springMybatisDemo12
说明: springmvc 集成mybatis入门源码,快速上手,掌握spring框架和mybatis的集合开发,快速开发学习(Springmvc integration mybatis entry source code, quickly get started, master the spring framework and mybatis collection development, rapid development learning)
- 2020-03-31 16:50:24下载
- 积分:1
-
books
使用eclipse开发的基于java和mysql的图书管理系统(Use eclipse-based library management system developed by java and mysql s)
- 2014-02-26 20:28:45下载
- 积分:1
-
JavaWaveText
Java波浪文字,一个利用Java处理字符的实例,可以设置运动方向参数,显示文本的字符数组,高速文本颜色,显示字体的 FontMetrics对象,得到Graphics实例,得到Image实例,填充颜色数组数据,初始化颜色数组。(Java wavy text, an instance of the use of Java processing characters, you can set the direction of motion parameters, and displays the text character array, high-speed text color, font FontMetrics object Graphics instance Image instance, fill color array data, initialization an array of colors.)
- 2013-04-11 17:54:28下载
- 积分:1
-
storm+kafka应用案例
storm+kafka应用案例
- 2021-05-06下载
- 积分:1