This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Senin, 17 Juni 2013

PROJECT PBO

Tugas PBO Rachmat Hidayat (55411706) Ajeng Aqmarina Jan (50411486) Lutfi Noviyanti Utami (54411168)  Ada 2 file : BlurButton.java import java.awt.image.Kernel; import java.awt.Graphics; import java.awt.Image; import java.awt.image.BufferedImage; import java.awt.image.ConvolveOp; import javax.swing.JButton; @SuppressWarnings("serial") public class BlurButton extends JButton { public BlurButton(String txt) { super(txt); } public void paintComponent(Graphics...