• 大小: 67KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 语言: Java
  • 标签: 画板  

资源简介

很大的简易JAVA画板,很好很强大,大部 分的人都可以用,可以用来完成老师布置的作业哦,谢谢放心使用!~!~

资源截图

代码片段和文件信息

/*
 * To change this template choose Tools | Templates
 * and open the template in the editor.
 */
package DrawBox;

/**
 *
 * @author 周松文
 */
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.util.*;
import javax.swing.*;

public class DrawBox extends Jframe implements ActionListener java.io.Serializable {

    private String[] Buttonnames = {
        “新建“
        “打开“
        “保存“
        “曲线“
        “直线“
        “矩形“
        “实心矩形“
        “椭圆“
        “实心椭圆“
        “圆“
        “实心圆“
        “圆角矩形“
        “实心圆角矩形“
        “三角形“
        “圆锥形“
        “橡皮擦“
        “颜色选择“
        “线条粗细选择“
        “A“
    };
    private String[] stylewords = {
        “宋体“
        “隶书“
        “华文彩云“
        “黑体“};
    private JButton[] buttons;//存放按钮
    p

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        954  2009-06-13 15:17  DrawBox\build\classes\DrawBox\Circle.class

     文件        908  2009-06-13 15:17  DrawBox\build\classes\DrawBox\circle.gif

     文件        909  2009-06-13 15:17  DrawBox\build\classes\DrawBox\circlerectangle.gif

     文件        901  2009-06-13 15:17  DrawBox\build\classes\DrawBox\cone.gif

     文件       3563  2009-06-13 15:17  DrawBox\build\classes\DrawBox\DrawBox$DrawPanel.class

     文件      15567  2009-06-13 15:17  DrawBox\build\classes\DrawBox\DrawBox.class

     文件        596  2009-06-09 22:50  DrawBox\build\classes\DrawBox\DrawWay.class

     文件        913  2009-06-13 15:17  DrawBox\build\classes\DrawBox\ellipse.gif

     文件        962  2009-06-13 15:17  DrawBox\build\classes\DrawBox\eraser.gif

     文件        962  2009-06-13 15:17  DrawBox\build\classes\DrawBox\FullCircle.class

     文件        901  2009-06-13 15:17  DrawBox\build\classes\DrawBox\fullcircle.gif

     文件        899  2009-06-13 15:17  DrawBox\build\classes\DrawBox\fullcirclerectangle.gif

     文件        899  2009-06-13 15:17  DrawBox\build\classes\DrawBox\fullellipse.gif

     文件        912  2009-06-13 15:17  DrawBox\build\classes\DrawBox\FullOval.class

     文件        912  2009-06-13 15:17  DrawBox\build\classes\DrawBox\FullRect.class

     文件        830  2009-06-13 15:17  DrawBox\build\classes\DrawBox\fullrectangle.gif

     文件        933  2009-06-13 15:17  DrawBox\build\classes\DrawBox\FullRoundRect.class

     文件        807  2009-06-13 15:17  DrawBox\build\classes\DrawBox\Line.class

     文件        889  2009-06-13 15:17  DrawBox\build\classes\DrawBox\line.gif

     文件        925  2009-06-13 15:17  DrawBox\build\classes\DrawBox\nextobject.gif

     文件       1225  2009-06-13 15:17  DrawBox\build\classes\DrawBox\open.GIF

     文件        904  2009-06-13 15:17  DrawBox\build\classes\DrawBox\Oval.class

     文件        811  2009-06-13 15:17  DrawBox\build\classes\DrawBox\Pencil.class

     文件        941  2009-06-13 15:17  DrawBox\build\classes\DrawBox\pencil.gif

     文件        904  2009-06-13 15:17  DrawBox\build\classes\DrawBox\Rect.class

     文件        105  2009-06-13 15:17  DrawBox\build\classes\DrawBox\rectangle.gif

     文件        925  2009-06-13 15:17  DrawBox\build\classes\DrawBox\RoundRect.class

     文件        766  2009-06-13 15:17  DrawBox\build\classes\DrawBox\Rubber.class

     文件        590  2009-06-13 15:17  DrawBox\build\classes\DrawBox\Shape.class

     文件        877  2009-06-13 15:17  DrawBox\build\classes\DrawBox\Triangle.class

............此处省略46个文件信息

评论

共有 条评论