HOWTO add Text on image created using JLabel ??

V

VJ

Hi Folks,

I am loading a gif image file in JPanel using JLabel()
Something like this,
....
JLabel image = new JLabel(new ImageIcon("myimage.gif"));
....

Now, I want to add some text on top of this image(without explicitly
modifying the image)

Tried image.setText(), but I guess this isn't something that I want.

Any comment would be appreciated.

Thanks,
VK
 
D

Dotty

VJ said:
Hi Folks,

I am loading a gif image file in JPanel using JLabel()
Something like this,
...
JLabel image = new JLabel(new ImageIcon("myimage.gif"));
...

Now, I want to add some text on top of this image(without explicitly
modifying the image)

Tried image.setText(), but I guess this isn't something that I want.

Any comment would be appreciated.

Thanks,
VK

Look into layers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top