I just found a bug.
When you create a frame without a title New Frame( width, height ) and then later called setTitle("ABC"). When you run the program it will throw a exception undecorated window
Solution is new Frame( width, height, "ABC" );
It's not a bug, it's a feature... honestly

. The exception is not an unexpected NPE or something like that, it's an exception, that tells you, what's up. It's enough to pass an empty String to the Frame's constructor.
I love the new hud. Good work Marvin.
Thanks

.
Marvin