super.removeView(view);
}
/** Attach the things we need to the given given view. */
protected void viewInit (View2D view) {
view.addEntityComponent(InputManager.WindowSwingViewMarker.class, new WindowSwingViewMarker());
view.addEntityComponent(WindowSwingViewReference.class, new WindowSwingViewReference(view));
view.addEntityComponent(InputManager.WindowSwingEventConsumer.class,
new MyWindowSwingEventConsumer(getApp()));
}