This topic is very similar to the question I have. I am working in VAJ. I have several components in a container already (I have no control over the container The top level was provide by VAJ when I set up the
Applet. I want to isolate an area in this container and draw a set of images to that area. The images are stored in an array that was loaded from a directory during initialization.
The number of images can vary each time repaint() occurs, but basically I want them displayed side to side one after the other.
I tried setting up a panel and drawing the images to that, but it didn't work.
Does anyone have any suggestion.?