Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] plz, help me about swt repaint.

Hi, everybody,
	i write a swt program, it's about painting button, images on composite.
	first i set the layout null, so i can put widgets freely.

	when i paint button on the composite, it works, but when i dispose the button and draw an image on the same place,
there is a black shape still in the image!!! i tried "layout(true)" or "redraw()", it still can not work. I am confused, so can any body help me to solve this question?

	Many thanks!




Back to the top