I'm applying it to various components. On some components, it works, on others, not. The attached image is a "not working" case
the code looks like this: this.selectedComponent.getDecorators().add(outlineDecorator); so nothing special. On Mon, Apr 13, 2009 at 15:02, Greg Brown <[email protected]> wrote: >>I'm trying to implement a Decorator that will add a red border around >>a component. I've got the following, which seems to work sometimes, >>but not always. > > At a quick glance, it seems OK. Under what circumstances does it not work > properly? Do you have some sample code that demonstrates how you are using > this decorator? > > >
