Hi DQ, Yuck, this one's tougher than I'd like. Unfortunately, the WB is
prettydifficult to extend - it's more of a mini-application than a
component. Thatsaid, it is possible. I can't take you step by step, but
the approach I'dtake is to A) subclass WBShapesToolBar to set the
default selection to whatever youwantB) subclass SharedWhiteBoard to use
your new WBShapesToolBar subclass ratherthan the default - you'll need
to override WhiteBoard.createChildren
andSharedWhiteBoard.createChildren, which...