Relative Content

Tag Archive for javaimagedisplay

How to specify in Java the order of painting of 2 overlapping images

I want to display image A first then image B overlapping A(as if a paper image B is placed overlapping ly on paper image B) in Jframe.This order changes frequently. Sometimes B on top, sometimes A on top. How to write Java code to do this. I am a java beginner. I was a VB programmer.