print image without jframe java code example
Example: how to add an image to a gui in java windowbuilder
frame.add(new JLabel(new ImageIcon("Path/To/Your/Image.png")));
frame.add(new JLabel(new ImageIcon("Path/To/Your/Image.png")));