Jak dodać obraz do GUI w Java WindowBuilder

frame.add(new JLabel(new ImageIcon("Path/To/Your/Image.png")));
Famous Fly