What is the best way to simply add an image in the local directory to a JPanel? The JPanel fills the entire JFrame.
I have been trying multiple methods and none of them have worked. I, for some reason, just can't get an image to be displayed.
Again I am looking for a simple way to briefly display a large .jpg image filling the whole JFrame.
Thanks.

