I currently have a JApplet within which I add two objects that both extend JComponet. Object A is basically a large square and object B is a small square, I need Object B to
You may want to look at this method: Container.setComponentZOrder(Component comp, int index)