I have a program to write and part of the instructions say, "The .drawImage() method has a version that does not accept the width and height of the container, thus drawing the image to size or more appropriately, not scaled. The version which takes the width and the height will scale the image to fit the dimensions. Therefore, you will draw the image scaled/not scaled, based on the user's setting/not setting of the scaled field."
Every g.drawImage method it gives me on NetBeans gives me an argument with a width and height in it. Can anyone tell me what I'm doing wrong?