showsrc.com beautified
http://showsrc.com/$http://people.freenet.de/ki_onyx/Texture.java
http://showsrc.com/$http://people.freenet.de/ki_onyx/TextureLoader.java
plain source
Texture.java
TextureLoader.java
I hadn’t much luck with JCD’s loaders… and since I liked the concept of Kev’s loader pretty much, I just ported it 
TextureLoader textureLoader = new TextureLoader();
Texture fontTexture = textureLoader.getTexture("font","data/font.png");
[...]
for binding it just call:
fontTexture.bind();
I just thought I should post it before someone else reinvents the wheel 
edit: bad bad board >:(

So I guess I’m clueless, but I’m just missing something.