>I think that I did not explain correctly, and my problem excessively
>seemed to be simple.
Putting an image in a label? That is what I was
explainign, and yes, it is simple.
>The components that I needed (jLayeredPane1,MatteBorder,GroupLayout)
>not exists in J2SE 5.0.
There is no class named jLayeredPane1, though JLayeredPane
was in Java 1.4, as was MatteBorder. Change the GroupLayout
(introduced in 1.6) for a different layout and the code should be
OK to compile in 1.5.
>Of any form, thank's for your biggest help.
My 'biggest' help is expensive. Here I offer 'usenet help',
which requires a lot of effort from you.

Signature
Andrew Thompson
http://www.physci.org/
Lew - 05 Jan 2008 03:41 GMT
CezarAntonio wrote:
>> The components that I needed (jLayeredPane1,MatteBorder,GroupLayout)
>> not exists in J2SE 5.0.
> There is no class named jLayeredPane1, though JLayeredPane
> was in Java 1.4, as was MatteBorder.
<http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JLayeredPane.html>
<http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/border/MatteBorder.html>

Signature
Lew