I know how to draw a rectangle and add it to a DisplayObjectContainer, but do you see a simpler method to directly add a border to a DisplayObject?
DisplayObject don't seem to have addChild(), so I would have to add it on the parent, which is not perfect in my opinion...