New screenshot with the console in action. Put the console at th bottom, made it scmaller and redirected the command imput to it.

The output still goes through the old TextRenderer because this would need some huge changing... (the current command handler is a >1k line function consisting of loads of nested if's...)
Oh, and by the way, forgit to mention this: The console also has a scrolling feature. You an scroll up and down through the messages with PageUp/PageDown.
What's next?
1) Firstly I can further cleanup the Inputmanager (console input is now handled by the console and not by the framelistener).
2) a history feature would be nice (shouldn't be too hard, only need to store the commands in a vector)
3) then the new command system (I vote for functors, any further input welcome)
4) then the huge >1k line processCommand function can be changed to the new command system
5) be happy (the FrameListener will then almost ONLY be doing what is it for: frame listening)
