So, basically, I have created my picture using this:


private static JPanel testpic = new JPanel() {
ImageIcon backImage = new ImageIcon("src/bc.jpg");
Image image =...