Once you have an image in the same folder as your project directory, how to do you get it to show up as an image in a JLabel, JOptionPane, or JButton?

If I have

ImageIcon horse = new...