What is a bitmap and how does it work? Instead of drawing really crappy backgrounds in paint, I want to just make little images and link them using bitmaps (or however it works).
Also, on an unrelated note, using this code
ImageIcon i = new ImageIcon(getClass().getResource("/textures/enemy.png"));
to load an image works fine when I run in eclipse, but throws a nullpointerexception in a jar file. Why? :’(
Thanks!