import javax.swing.*; public class PaintImage extends JPanel { public PaintImage() { super(); } }