Paint « JLayeredPane « Java Swing Q&A





1. Java Swing: Clearing custom painting from a JPanel overlayed with other JPanels in a JLayeredPane    stackoverflow.com

I've got a JLayeredPane containing three JPanels, two of which overlap, that I'm painting shapes to. One of the two JPanels that overlap needs to have every shape drawn to ...

2. I try to paint on a jlayeredpane a sequence of image; i load this images in a class with a for iteration,but the images don't show up    stackoverflow.com

this is the class who i use to load the images, i use the constructor to call the metod load who load the images in the array percorso.

import java.awt.Component;
import java.awt.Graphics;
import java.awt.Image;
import ...

3. painting a custom JComponent on a JLayeredPane    coderanch.com

EDIT: this is an edited version of the original post since that was probably a bit too much at once... i'll try to keep it a bit simpler now to hopefully get an answer... dear javaranch community, i have found this place a valueable source of information then and when and finally signed up to discuss an issue i'm not really ...