I Need in my applet add an image on the Frame I make a new class
Extenes to the Frame And in init() method try to load an image by
using getImage(getCodeBase(),filename); then in paint() method draw
this image on my frame
but getCodeBase unknown and make problem;
I try import java.Applet.*; or extend my class to Applet but not
helpfull.
I need help for drawing an image on my Frame .please help me or send
me an example is possible