Float Overview

Hmmm, looking for a good way to “float” the overview over the map. Also would like he user to be able to move it around. Has anyone done this or is there an example?

Do you mean something like what overviewAction() does in Demo1.java?

Sort of but not quite, I want it not to look like a seperate window but just be an object within the view itself that the user can move around or size.

I suppose you could use a JGoControl that overrides createComponent to create and initialize a JGoView. Look at the examples and JGo classes that use JGoControl for more details. The new JTreeApp example defines a fairly complicated JGoControl.