91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1.29MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-10-20
  • 語言: Java
  • 標簽:

資源簡介

java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器java圖片瀏覽器

資源截圖

代碼片段和文件信息

package?org.crazyit.image;

import?org.crazyit.image.Imageframe;
import?org.crazyit.image.tool.*;
import?javax.swing.AbstractAction;
import?javax.swing.ImageIcon;
import?javax.swing.JPanel;
import?java.awt.Color;
import?java.awt.event.ActionEvent;

/**
?*?按鍵處理類
?*?
?*?@author?yangenxiong?yangenxiong2009@gmail.com
?*?@author?Kelvin?Mak?kelvin.mak125@gmail.com
?*?@version??1.0
?*?
網站:?瘋狂Java聯盟
?*?
Copyright?(C)?2009-2010?yangenxiong
?*?
This?program?is?protected?by?copyright?laws.
?*/
public?class?ImageAction?extends?AbstractAction?{
private?String?name?=?““;
private?Imageframe?frame?=?null;
private?Color?color?=?null;
private?Tool?tool?=?null;
private?JPanel?colorPanel?=?null;

/**
?*?構造器
?*?
?*?@param?icon
?*????????????ImageIcon?圖標
?*?@param?name
?*????????????名字
?*?@param?frame
?*????????????Imageframe
?*/
public?ImageAction(Color?color?JPanel?colorPanel)?{
//?調用父構造器
super();
this.color?=?color;
this.colorPanel?=?colorPanel;
}

/**
?*?構造器
?*?
?*?@param?icon
?*????????????ImageIcon?圖標
?*?@param?name
?*????????????名字
?*?@param?frame
?*????????????Imageframe
?*/
public?ImageAction(ImageIcon?icon?String?name?Imageframe?frame)?{
//?調用父構造器
super(““?icon);
this.name?=?name;
this.frame?=?frame;
}

/**
?*?重寫void?actionPerformed(?ActionEvent?e?)方法
?*?
?*?@param?e
?*????????????ActionEvent
?*/
public?void?actionPerformed(ActionEvent?e)?{
//?設置tool
tool?=?name?!=?““???ToolFactory.getToolInstance(frame?name)?:?tool;
if?(tool?!=?null)?{
//?設置正在使用的tool
frame.setTool(tool);
}
if?(color?!=?null)?{
//?設置正在使用的顏色
AbstractTool.color?=?color;
colorPanel.setBackground(color);
}
}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????232??2010-01-17?17:11??第3章?圖片瀏覽器\code\.classpath

?????文件????????381??2010-01-17?17:11??第3章?圖片瀏覽器\code\.project

?????文件???????1748??2010-01-19?10:06??第3章?圖片瀏覽器\code\bin\org\crazyit\image\ImageAction.class

?????文件???????1349??2010-01-19?10:06??第3章?圖片瀏覽器\code\bin\org\crazyit\image\ImageFileChooser$MyFileFilter.class

?????文件???????2107??2010-01-19?10:06??第3章?圖片瀏覽器\code\bin\org\crazyit\image\ImageFileChooser.class

?????文件????????987??2010-01-19?10:06??第3章?圖片瀏覽器\code\bin\org\crazyit\image\Imageframe$1.class

?????文件????????923??2010-01-19?10:06??第3章?圖片瀏覽器\code\bin\org\crazyit\image\Imageframe$2.class

?????文件???????1029??2010-01-19?10:06??第3章?圖片瀏覽器\code\bin\org\crazyit\image\Imageframe$3.class

?????文件????????921??2010-01-19?10:06??第3章?圖片瀏覽器\code\bin\org\crazyit\image\Imageframe$DrawSpace.class

?????文件???????8446??2010-01-19?10:06??第3章?圖片瀏覽器\code\bin\org\crazyit\image\Imageframe.class

?????文件???????7245??2010-01-19?10:06??第3章?圖片瀏覽器\code\bin\org\crazyit\image\ImageService.class

?????文件????????606??2010-01-19?10:06??第3章?圖片瀏覽器\code\bin\org\crazyit\image\Main.class

?????文件????????687??2010-01-19?10:07??第3章?圖片瀏覽器\code\bin\org\crazyit\image\MyImage.class

?????文件???????4746??2010-01-19?09:57??第3章?圖片瀏覽器\code\bin\org\crazyit\image\tool\AbstractTool.class

?????文件???????2444??2010-01-19?09:58??第3章?圖片瀏覽器\code\bin\org\crazyit\image\tool\AtomizerTool.class

?????文件???????2053??2010-01-19?09:58??第3章?圖片瀏覽器\code\bin\org\crazyit\image\tool\BrushTool.class

?????文件???????2234??2010-01-19?09:58??第3章?圖片瀏覽器\code\bin\org\crazyit\image\tool\ColorPickedTool.class

?????文件???????2004??2010-01-19?09:58??第3章?圖片瀏覽器\code\bin\org\crazyit\image\tool\EraserTool.class

?????文件????????983??2010-01-19?09:59??第3章?圖片瀏覽器\code\bin\org\crazyit\image\tool\LineTool.class

?????文件???????1763??2010-01-19?09:59??第3章?圖片瀏覽器\code\bin\org\crazyit\image\tool\PencilTool.class

?????文件???????2582??2010-01-19?09:59??第3章?圖片瀏覽器\code\bin\org\crazyit\image\tool\PolygonTool.class

?????文件???????1119??2010-01-19?10:00??第3章?圖片瀏覽器\code\bin\org\crazyit\image\tool\RectTool.class

?????文件???????1145??2010-01-19?10:01??第3章?圖片瀏覽器\code\bin\org\crazyit\image\tool\RoundRectTool.class

?????文件???????1122??2010-01-19?10:06??第3章?圖片瀏覽器\code\bin\org\crazyit\image\tool\RoundTool.class

?????文件????????850??2010-01-19?10:06??第3章?圖片瀏覽器\code\bin\org\crazyit\image\tool\Tool.class

?????文件???????1905??2010-01-19?10:02??第3章?圖片瀏覽器\code\bin\org\crazyit\image\tool\ToolFactory.class

?????文件????????558??2010-01-17?17:14??第3章?圖片瀏覽器\code\img\atomizercursor.gif

?????文件??????19340??2010-01-17?17:14??第3章?圖片瀏覽器\code\img\AtomizerTool.jpg

?????文件????????567??2010-01-17?17:14??第3章?圖片瀏覽器\code\img\brushcursor.gif

?????文件??????18778??2010-01-17?17:14??第3章?圖片瀏覽器\code\img\BrushTool.jpg

............此處省略62個文件信息

評論

共有 條評論