搜索资源列表
3dgraph
- 画图,能画3维图形,能根据需要选择不同的颜色-drawing, painting can be three-dimensional graphics, according to choose different colors
javabrush
- java画图软件 功能较为齐全,具有绘图、打开、保存、新建等功能 绘图功能可绘制多种图形,并支持颜色选择等
paintboard
- 1。我们要实现一个比较简单的用鼠标画图工具,画图主要包括直线,椭圆,矩形,圆 ,圆弧的绘制。绘制过程中包括图像颜色的选择,是否填充等要求。 2。每次进行鼠标画图操作时,不能把以前画的图像清除掉。 3。在编程过程中希望同学们利用JAVA对象编程的思想:即类,接口,包等。 4。用到Swing和awt包中的组件如:Jbutton,Jradiobutton,APPLET,canvas(画图面板)等组件,以及组件响应事件,键盘,鼠标事件。 2。每次进行鼠标画图操作时,不能把以前画
javaDrawingPan
- java实现的画图板,可以完成画方形、圆形、选择颜色、填色、选定、删除、缩放等功能-java implementation of the drawing board, to be completed painting square, round, choose a color, coloring, select, delete, zoom functions
Sketcher8
- 一个利用java 实现的具有简单的画图功能的小程序,可进行的画图原件的选择-A realization of the use of java with a simple drawing applet functions can be carried out by the choice of the original drawing
JavaRMIWhiteBoard
- 本代码利用java rmi实现了一个基本的在线共享画图板功能。基本功能包括,用户成员管理,基本画图功能(各种线条、颜色、背景、基本图形选择、文字输入,清空),复制粘贴,保存、载入文件-This code is used to achieve a basic java rmi-online sharing drawing board. Basic features include, user membership management, and basic drawing functions (a
Painter
- 画图程序,可根据用户选择实现椭圆、矩形、直线的绘画-Painter
windows
- 在一个窗口中实现手动画图,窗口中右击可弹出菜单,选中菜单中的的”选择颜色”和”选择线型”可以选择颜色和线型画图-Implemented manually in a window drawing, right-click to pop-up menu window, select the menu' s " Select Color" and " select line" you can choose the color and line drawing
ht
- 可以自己选择图形是否填充及颜色的画图工具-Drawing tools that can choose the colors and shapes.
Main
- 显示三种表情,可选择。是用画图的方式实现的。-Shows the three facial expressions, can be selected.
jdraw_demo
- Java课程设计程序 用Java编写的画图软件程序,通过界面选择图形,还可以改变颜色。比较经典的画图软件程序-Java program with curriculum design drawing software programs written in Java, through the graphical interface of choice, you can also change the color. More classic drawing software programs
java
- 这是一个简单的画图程序,能够实现画笔、画直线、画圆形、画矩形的功能;该画图程序还需具有橡皮擦功能(可选择大小)和清空整个画面的功能。-This is a simple drawing program, will be able to realize the paintbrush, and draw a line, painting, painting the function of the rectangular rounded This drawing program is still ne
GUI
- JAVA程序,实现一个简单的画板,可选择图形的类型、颜色。拖动鼠标进行画图。-JAVA program, a simple drawing board, and can choose the type of graphics, color. Drag the mouse for drawing.
areaacir
- 选择画图 圆 三角形 矩形 本人还是学生 这是以前做的作业-paint circle……
DrawProject.zip
- 该源代码是一个简单的画图板的java实现。画图板的应用简单灵巧,其占用资源少、操作简单;可以实现一些简单的画图应用操作。其功能较少但是可以为用户的小型图形应用工作带来了很多便利。能实现简单的作图如:画直线、曲线、椭圆、矩形等;也可以实现图像保存、打开、选择颜色等功能。,The source code is a java implementation of a simple drawing board. Drawing board application is simple and smart,
Exercise-Sketch-start
- 利用java写的画图程序,可以画直线,矩形。椭圆等,还可以选择颜色-Use java to write the drawing program, you can draw lines, rectangles. Oval, etc., can also choose a color
task2
- 做一个简单的画图工具,如下图所示。可以根据用户的选择项画出至少3种图形(直线、椭圆、矩形)。-Do a simple drawing tools, as shown below. According to the project selected by users at least 3 kinds of graphics (line, ellipse, rectangle).
MySnow
- 采用窗体+画图+线程,实现漫天下雪的图景。是新手练习Java的最佳选择。-Using the form+ drawing+ thread, to achieve the picture of the snow. Is the best choice for beginners to practice Java.