I added an image like this
BufferedImage eastFramerPicture = ImageIO.read(new File("src\\Images\\farmer.png"));
JLabel eastFarmer = new JLabel(new ImageIcon(eastFramerPicture));
but how can I make the image fill the panel, the image provided shows the problem that I am facing ( the colouring is used to indicate the regions of East, West, Center and south )
What am I doing wrong ? Please if something is not clear comment it out, I will reply.
Thanks for your time