Hey guys,
I've drawn a grid, and I have a label contatining a picture. Whenever I change the location of this label, the grid dissapears until I resize/move the frame.
Any suggestions on best method to buffer these grid lines?
They aren't going to be moving graphics or anything like that so I'm hoping for the most easiest method.
pseudocode
> draw x line
> draw y line
>set bounds of label to x,y
Any ideas appeciated.