Hey guys,
I have two JPanels for my game, one jpanel shows my character, informational text and the other shows the map which is made up of a tileset.
Is there anyway I can show the map behind the character and information without merging the two java files?
the Map jpanel uses PaintComponent() and the Character jpanel uses paint()
Thanks PO