資源簡介
很大的簡易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\nextob
?????文件???????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個文件信息
評論
共有 條評論