【实例简介】Java画图板
java 画图板,可以删除,有画笔,橡皮,线条,矩形,多边形,圆形,扇形,喷绘工具,并且可以设置字体的颜色,可以获取图片的路径。功能很齐全,界面美观。
【实例截图】
【核心代码】
.
├── PaintTool
│ ├── bin
│ │ └── Painter
│ │ ├── ColorBox$Gradient.class
│ │ ├── ColorBox.class
│ │ ├── Painter$1.class
│ │ ├── Painter$2.class
│ │ ├── Painter$3.class
│ │ ├── Painter$PaintFiled.class
│ │ ├── Painter$ResizeBlock.class
│ │ ├── Painter.class
│ │ ├── Setter.class
│ │ ├── demo_icon.gif
│ │ ├── demo_img.jpg
│ │ └── img
│ │ ├── board.jpg
│ │ ├── icon1.gif
│ │ ├── icon2.gif
│ │ ├── icon3.gif
│ │ ├── icon4.gif
│ │ ├── paint.gif
│ │ ├── tool1.gif
│ │ ├── tool10.gif
│ │ ├── tool11.gif
│ │ ├── tool12.gif
│ │ ├── tool2.gif
│ │ ├── tool3.gif
│ │ ├── tool4.gif
│ │ ├── tool5.gif
│ │ ├── tool6.gif
│ │ ├── tool7.gif
│ │ ├── tool8.gif
│ │ └── tool9.gif
│ └── src
│ └── Painter
│ ├── ColorBox.java
│ ├── Painter.java
│ ├── Setter.java
│ ├── Thumbs.db
│ ├── demo_icon.gif
│ ├── demo_img.jpg
│ └── img
│ ├── board.jpg
│ ├── icon1.gif
│ ├── icon2.gif
│ ├── icon3.gif
│ ├── icon4.gif
│ ├── paint.gif
│ ├── tool1.gif
│ ├── tool10.gif
│ ├── tool11.gif
│ ├── tool12.gif
│ ├── tool2.gif
│ ├── tool3.gif
│ ├── tool4.gif
│ ├── tool5.gif
│ ├── tool6.gif
│ ├── tool7.gif
│ ├── tool8.gif
│ └── tool9.gif
└── 5t6t网_PaintTool.rar
7 directories, 54 files
评论