Probably the simplest way is to load the icon with the ImageIcon constructor, pass it to a JLabel constructor, and place the JLabel on the content pane.
You can position the label using a layout manager, (recommended) or if absolute positioning is absolutely required, without a layout manager.