Scrolling Background & a Graphics Question (HELP!!)
I am using a game engine "gameframe" which can be downloaded from www.gamedev.net/hosted/javanerd
i wanted to know how can i create a moving backgrond like the background moves left or right if we move the character left or right respectively. If anyone is using the same engine please help me with demo coding.
Another question is that how can i draw graphics in a Frame like how can i add the applet graphics to a Frame. For example (if u are'nt getting wat i mean) we add a JPanel to a JFrame like this:
JFrame j;
JPanel a;
j.add(a);
So how we add the graphics to it. Hope u understand wat i mean, sorry for the inconvienience i put u thru while trying to explain my problem. please help me ASAP. I will very thankful.

