ComponentDescription description,
CreationSupport creationSupport) throws Exception {
super(editor, description, creationSupport);
installListeners();
// attach as NVO
new NonVisualBeanInfo() {
@Override
public void moveLocation(Point moveDelta) throws Exception {
}
}.setJavaInfo(this);
}