forked from External/mage
new texture for background.
This commit is contained in:
parent
884982a563
commit
80d16d5f28
3 changed files with 6 additions and 5 deletions
|
|
@ -4,7 +4,12 @@ import java.awt.BorderLayout;
|
|||
import java.awt.Component;
|
||||
import java.awt.Dimension;
|
||||
import java.awt.Graphics;
|
||||
import java.awt.Graphics2D;
|
||||
import java.awt.RenderingHints;
|
||||
import java.awt.image.BufferedImage;
|
||||
import java.awt.image.BufferedImageOp;
|
||||
import java.awt.image.ConvolveOp;
|
||||
import java.awt.image.Kernel;
|
||||
|
||||
import javax.swing.JComponent;
|
||||
import javax.swing.JPanel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue