cleaned imports and added function calls to Templator
This commit is contained in:
parent
4086990c0f
commit
86f63326b6
123 changed files with 467 additions and 561 deletions
|
|
@ -22,14 +22,13 @@
|
|||
|
||||
package zutil.wrapper;
|
||||
|
||||
import javax.imageio.ImageIO;
|
||||
import java.awt.image.BufferedImage;
|
||||
import java.io.IOException;
|
||||
import java.io.ObjectInputStream;
|
||||
import java.io.ObjectOutputStream;
|
||||
import java.io.Serializable;
|
||||
|
||||
import javax.imageio.ImageIO;
|
||||
|
||||
public class SerializableBufferedImage implements Serializable{
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue