| Author |
SWT ignore GUI Repaint when shell is minimized and maximized
|
anil sehgal
Greenhorn
Joined: Sep 13, 2011
Posts: 9
|
|
Hi,
How can i ignore the GUI repaint in SWT when I minimize and then maximize the shell. I have used gc.drawline method to draw some lines in the shell, but the lines are lost when I minimize and maximize the shell. Can anyone please help out.
Thanks,
Anil
|
 |
anil sehgal
Greenhorn
Joined: Sep 13, 2011
Posts: 9
|
|
|
I had to store every line i make and call drawline method in shell paint listener :P
|
 |
 |
|
|
subject: SWT ignore GUI Repaint when shell is minimized and maximized
|
|
|