("Anger is not an emotion, its a symptom of fear.")
Chris Dancy wrote:What I want to do is to repaint a square component but only a portion of it say in a circular shape. Something like.... repaint(10,10,new Circle()) ... I think that gets the point across. I do not want to repaint the entire component just some portion of it in a shape other than repaint(0,0,getWidth(),getHeight()) type of deal.
Thanks in advance,
Christopher Dancy
("Anger is not an emotion, its a symptom of fear.")
Chris Dancy wrote:The component is rectangular shaped. What we are playing around with is different effects to transition to the next stage/component within that same area. So my brilliant idea was to, from the center of the component repaint outwardly, with ever increasing in size circles, until the new component is made visible, if that makes sense. As I'm writing this now I'm thinking that maybe by setting a composite of some sort I can get the desired effect.
So my brilliant idea was to, from the center of the component repaint outwardly, with ever increasing in size circles,
("Anger is not an emotion, its a symptom of fear.")
("Anger is not an emotion, its a symptom of fear.")