So if I understand the question correctly, you wish to set the icon of a JLabel. Firstly, see the API for JLabel. It defines the setIcon method which can be used to set the icon. Depending upon where...