public class Sierpinski extends JPanel{ public void paintComponent(Graphics g){ super.paintComponent(g); sierpinski(g); } }