About point 2 -- some people (like me!

don't like to just load up a source file for an example and then run it. I like to type the examples in. So I don't refer to the sample files included in the release.
Well, there could be a note in XIN, that says: "If your crappy IDE doesn't complete the imports for you, then you can find them in the example .java files"

In any case, I'm not sure what harm adding:
import org.xith3d.render.base.*;
import org.xith3d.render.loop.*;
import org.xith3d.render.*;
to the examples in the book would do.
I don't want to fill up the book (and esspecially the examples) with unnecessary info. Only the necessary info should be in XIN, to reduce confusion potential as much as possible.
And I don't like the .* imports

.
My SF login is groovyjava.
I've granted you dev-access to xith-tk.
Marvin
EDIT: Forgot to mention, that the example .java files are also available as a separate download next to the XIN download link on xith.org. This is exactly, what is normally shuipped with the book ni a release.