BufferedImage in JFrame doesnt Show up
问题 trying to get an image to print into a window. Everything runs without errors, and it also works if I replace the drawImage with another graphics class. However, the window is missing the image, and i'm not sure why. Again, the JFrame stuff and Graphics work fine with drawing other graphics, but only doesn't draw the image here. Thanks. import javax.swing.JApplet; import javax.swing.JFrame; import javax.imageio.*; import javax.imageio.stream.*; import java.awt.*; import java.awt.image.*;