搜索资源列表
java绘图程序
- 一个java图形绘制程序,实现了线条,圆,矩形的绘制-a graphics drawing program, achieving line, circle, rectangle drawing
200326630211
- java源代码!画图,很有帮助,画一个矩形!-java source code! Painting and helpful, painting a rectangle!
huizhiyutianchong
- 利用java.awt.Graphics2D类绘制各种图形,矩形,圆,二次曲线,饼形以及它们的填充图形等-use java.awt.Graphics2D draw various types of graphics, rectangle, circle, conic, pie-shaped and filled their graphics
PainterDemo.java
- 一个简单的Java画图程序,能画直线、椭圆和矩形,单击鼠标既可操作。-a simple Java drawing, and painting can be straight, oval and rectangle, click of the mouse can operate.
java_drawPanel
- 一个简单的java桌面程序,利用java的GDI函数编写的简单的画图板程序,包括画矩形、椭圆、直线、点、文字-a simple java desktop procedures, java using the GDI prepared by the simple drawing board procedures, including painting rectangle, oval, line, point, the text
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
imagerecog
- 基于java开发的图形识别软件,可以识别直线,矩形等-image software sources codes can recognise line,rectangle and circle and etc.
A_Simple_J1719863142004
- Descr iption: This a simple Painter program using JAVA language. The program uses 4 classes to build the entire structure. Please compile using the JAVA SDK, and run the Painter.java as the main program. Program Ability: -Draw Line, FreeHand, Oval,
Rectangle
- Java Graphics Rectangle Assignment
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
JAVA4
- JAVA开发的绘图小程序,能实现简单的绘图功能。能用鼠标拖动画出椭圆,正圆,直线,正方形,长方形,弧线,还能设置颜色,具有擦出、清除、保存等功能。-JAVA applet drawing development, to achieve the simple graphics. Can drag the mouse to draw an ellipse, perfect circle, line, square, rectangle, arc, but also set the color, ha
drawpanelgui
- java界面化的较复杂的画图板程序,可以画矩形,圆形,画笔的大小调节-java interface of the more complex the drawing board program, you can draw a rectangle, circle, brush size adjustment
CanvasDemo
- Canvas绘图程序Java源码,Canvas绘图程序Java源码,可以用来画直线、矩形、圆角矩形、三角形、文字等,把缓冲区图像的内容绘制到画布上-Canvas drawing program source code in Java, Canvas drawing program Java source code, can be used to draw a straight line, rectangle, rounded rectangle, triangle, text, the buff
mini-projet
- hi, this my project java paint app, user can draw rectangle cercle triangle color and import image
Paint
- java编写的画图程序,主要功能有,画直线、画圆、画矩形、颜色改变、线条粗细调整-Paint program written by java, the main function, draw a straight line, circle, draw a rectangle, color change, line thickness adjustment
java
- 编写一个程序。在窗口四角绘制4个50×50的蓝色矩形,在窗口正中绘制1个100×50的色椭圆形。4个矩形之间用橙色粗实线连接。-To write a program. 4 5050 blue rectangle is drawn in the window corners, and a 10,050-color oval drawn to the middle of the window. With four rectangular the orange thick solid line con
rectangle
- 三角形面积的计算公式JAVA,但是还是分享-this is one formula which can calculate the whole area of rectangle.
calcu
- 计算矩形或三角形的面积/周长.........(Calculate the area and perimeter of a rectangle or triangle)
juxing
- 可以产生一个矩形框,点击确定,进入,点击取消,退出等(You can generate a rectangle box, click OK, enter, click Cancel, exit and so on, you can generate a rectangle box, click OK, enter, click Cancel, quit, etc.)
SQL作业
- 定义一个名为MyRectangle的矩形,类中有四个私有整型域,分别是矩形的左上角坐标(xUp,yUp)和右下角坐标(xDowm,yDown);类中定义没有参数的构造方法和有四个int参数的构造方法,用来初始化类对象。(A rectangle named MyRectangle is defined with four private integer domains in the class, the xUp (yUp) of the rectangle, and the xDowm (yDow