I'll start by saying that i'm kinda new to Java, so if i'm doing something obviously wrong don't insult me please...
I am having trouble finding a way to display different images in different positions in the same JFrame/Canvas, I've tried using Graphics, but if I write it as public void run(Graphics g)
then thread.start()
will not recognize it as its run method and nothing will happen.
In summary I can't find a way to use thread's run method to diplay multiple different images in the same Frame, hope I've been clear enough (if not just ask me what I meant).