Displaying a BufferedImage in a Panel
843807Oct 9 2004 — edited Oct 11 2004i'm trying to write a simple class to read in a .jpg file as a BufferedImage and display it in a Panel. i got the image to load, but i cant figure out which methods to use after that (to actually display the image)... i'm probably just missing something really easy.
thanks