How to add an image to JFrame?
How to add an image to JFrame?
Re: How to add an image to JFrame?
You can apply a image on a JLabel..
by using the setter for Icon (setIcon(Icon) method) and can then add it to the JFrame, JPanel etc...
Re: How to add an image to JFrame?
Quote:
Originally Posted by
gauravfzd
You can apply a image on a JLabel..
by using the setter for Icon (setIcon(Icon) method) and can then add it to the JFrame, JPanel etc...
10 x