Hi there,
I just started programming in Java, and made a simple applet to show an image loaded from a directory, using the drawImage and getImage methods. Now I want to make the same functionality in an application, using a Canvas instead of an applet, but the above function only seem to function when applied to applets. Does anyone know how to do this?
Thanks.
I just started programming in Java, and made a simple applet to show an image loaded from a directory, using the drawImage and getImage methods. Now I want to make the same functionality in an application, using a Canvas instead of an applet, but the above function only seem to function when applied to applets. Does anyone know how to do this?
Thanks.