搜索资源列表
JAVA绘制简单彩色图形
- * 绘图,矩形和椭圆。图形的位置坐标、图形大小和颜色随机产生 * 用户操作按钮绘图
houyang
- 功能很齐全的一个JAVA绘图程序设计,可以画矩形、椭圆、改变线形的粗细、颜色、还具备橡皮擦的功能和清除功能,可实现整个屏幕的清除.最重要的是具备良好的交互功能,已经通过了老师的检查!为JAVA Applet程序-function is a subset of a JAVA program design drawings, paintings can be rectangular, oval, change the line thickness, color, but it also posses
MouseDrawColor
- 用java开发的简单的画图程序,可以实现直线,矩形,圆,等的画图,同时可以设置画笔的颜色
java-huaturuanjian
- java编写的一个java画图程序;工具面板--画笔,直线,圆,矩形,多边形,橡皮,清除;可以调整画笔、橡皮大小;显示画色板,调整画笔颜色;可以打开已有的图片,也可以把画的图保存起来。-java write a java drawing program Tools panel- brushes, straight line, circle, rectangle, polygon, eraser, clear can adjust the brush, eraser size display
DrawInPane
- 画图程序,能化三角函数,直线,圆,矩形,改变画笔和背景颜色-Drawing process of trigonometric functions can be linear, circular, rectangular, and the background to change the brush color
Drawing_Board
- Java 编写的绘图工具,能够绘制直线、园、矩形,能够对绘制的直线、园、矩形做自由变换颜色改变等,能够打开图片,并对该图片进行自由变换。-Drawing tool written in Java that can draw a straight line, garden, rectangular, able to draw a straight line, garden, rectangles do free transform to change the color and so on, ca
pb
- java 简单绘图程序,可以实现画直线,画圆,画矩形,和选择画笔大小,颜色,还有调色板和橡皮擦-java simple drawing program, can draw a straight line, circle, draw a rectangle, and select the brush size, color, and palette and eraser
painter
- JAVA简单绘图工具,实现颜色实线虚线椭圆矩形直线曲线等功能-JAVA simple drawing tools to achieve color rectangular solid line dashed line curve elliptic function
draw-line
- jave 画直线,曲线,矩形,椭圆,可调颜色,有橡皮擦功能-java line
Paint
- java编写的画图程序,主要功能有,画直线、画圆、画矩形、颜色改变、线条粗细调整-Paint program written by java, the main function, draw a straight line, circle, draw a rectangle, color change, line thickness adjustment
Drawing-board
- 这是JAVA写的画图板,建立输入输出流、按钮数组,存放以下名称的功能按钮、创建基本操作按钮,定义铅笔画,也就是用鼠标拖动着随意绘图、绘制以指定颜色填充的实心矩形、实心椭圆、指定颜色填充的实心圆角矩形、橡皮擦-This is written in JAVA drawing board, the input and output streams, button array storage following the name of the function button to create a ba
paintbrush
- java编写的一个java画图程序;工具面板--画笔,直线,圆,矩形,多边形,橡皮,清除;可以调整画笔、橡皮大小;显示画色板,调整画笔颜色;-java write a java drawing program Tools panel- brushes, straight line, circle, rectangle, polygon, eraser, clear can adjust the brush, eraser size display painting swatches to adj
CAD
- 这是一个miniCAD,实现了画圆、直线和矩形、移动、变大小、颜色等功能-this is a miniCAD written by JAVA
mousetrack
- 知识点:使用Graphics类制作方块,使用java.awt.Event类响应鼠标动作,使用Color类设置方块的颜色,使用int类记录光标的位置。 实现思路:首先要制作界面中的方块,通过Graphics类的对象函数g.setColor(Color.red)设置方块的颜色为红色,然后通过语句g.drawRect(0, 0, size().width - 1, size().height - 1)和g.drawRect(mx, my, (size().width/10) - 1, (si