I've got problem with my JPanel background. I want to put my image "aaa.jpg" in to background of panel "p5". It will be good if it will be done without creating any new class. Is it simple way to set this image on background of my panel? Here's part of my code:
glowny4.setLayout(new GridLayout(1,2));
glowny4.add (p5);
glowny4.add (p6);