Memory Leaks… in Java

Just fixed a major memory leak caused by creating lots of new Direct Buffers (for LWJGL)
Now memory usage is tiny.

(I really need to switch to OpenGL 3 rendering, but now is not the time to learn)