資源簡(jiǎn)介
可以選擇圖形的形狀(圓形,矩形,直線)和填充的顏色,調(diào)用系統(tǒng)顏色板
代碼片段和文件信息
import?java.awt.*;
import?javax.swing.*;
import?java.awt.event.*;
public?class?Draw?extends?Jframe?implements?ActionListener?
????????????????????????????????MouseListenerMouseMotionListener
{
int?????x1y1x2y2;
int?????sgin?=?-1;
int? flag=0;
//Run? textJPanel;
JLabel??label?=?new?JLabel(“?Welcome?!“);
Myshape?shape?=?new?Myline();
JButton?button1?=?new?JButton(“Line“)
????????button2?=?new?JButton(“Rectangle“)
????????button3?=?new?JButton(“Roundrect“)
????????button4?=?new?JButton(“Oval“)
????????buttonColor?=?new?JButton(“BackColor“)
????????button5?=?new?JButton(“Clear“);
JCheckBox?one?;
ButtonGroup?group;
Container?con;
String?out?=““out1=““out2=““out3=““;
?????????????????
public?Draw()
{
super(““);
setSize(800500);
se
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????5806??2008-12-15?22:51??填充畫圖\Draw.java
?????文件????????677??2008-12-02?22:01??填充畫圖\Myline.java
?????文件????????900??2008-12-02?22:03??填充畫圖\Myoval.java
?????文件????????888??2008-12-02?22:03??填充畫圖\Myrect.java
?????文件???????1005??2008-12-02?22:03??填充畫圖\Myroundrect.java
?????文件????????853??2008-12-02?21:38??填充畫圖\Myshape.java
?????目錄??????????0??2009-03-04?19:37??填充畫圖
-----------?---------??----------?-----??----
????????????????10129????????????????????7
評(píng)論
共有 條評(píng)論