[Solved]Importing/exporting problem

I don’t know if this is a jmonkey problem or a blender problem.



I’ve got this hat, it’s a nice hat:

http://www.freeimagehosting.net/t/031a3.jpg

When i export it to a .scene file and import it into my game i get a cube:

http://www.freeimagehosting.net/t/17156.jpg

Heres my code:

Code:
Spatial hat = assetManager.loadModel("mygame/thehat.scene"); Material mat_default = new Material(assetManager, "Common/MatDefs/Misc/ShowNormals.j3md"); hat.setMaterial(mat_default);

EDIT:
Ooooooooooooooooo there's an import tool.