> Please i want to know how to put a label in which text are written and this
> label must be embeded on an image.
on the swing forum's main page there's a link to the Swing FAQ, which has an
example of a JPanel with a background image. Add your JLabel to that panel and
you should get what you want. Where you want the JLabel positioned will
determine which layoutManager you set for the JPanel