import java.awt.**** @author Hardneedl*interface Brush {void doPaint(Graphics g)}import javax.swing.*import ja