资源简介
可以选择图形的形状(圆形,矩形,直线)和填充的颜色,调用系统颜色板
代码片段和文件信息
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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 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
- 上一篇:java实现ftp自动上传文件
- 下一篇:JSP+MySql实现的投票系统
评论
共有 条评论