In NetBeans 7, to switch from an output position to an "editor" position:
In your Window class, change the annotation
@TopComponent.Registration(mode="output", openAtStartup = true)
to
@TopComponent.Registration(mode="editor", openAtStartup = true)
Then you need to clean and rebuild. If you do not clear it, for some reason it will not pick up the changes - perhaps caching.