[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Set image and background on Label
|
- From: leonal@xxxxxxxxxx (Leona Lee)
- Date: 19 Apr 2001 13:38:21 GMT
- Newsgroups: eclipse.tools
- Organization: http://www.eclipsecorner.org
- User-agent: NewsPortal 0.23
I am trying to do a setImage (image with transparent background) and then
setBackground to a Label, but I could not see the background colour. If I
try to remove the image by doing a setImage(null), then do setBackground
to the Label again, I still cannot see the colour.
Would anyone know how these two methods work for Label ? I even tried
doing layout(true), redraw(), update() etc.. Nothing seemed to work.
I am using the 01/31 drop.
Appreciate any help, thank you.