adding drawing images on a "Graphics instance"
I'm making a program and I want to display pictures (not graphics drawn on the spot using fillOval, fillRect etc,). Can anyone help me with this?
the problems are these:
1. loading an image from a file (probably a .jpg file, but the extension doesn't matter to me).
2. drawing an image from a file to a screen. This shouldn't be hard, but is it also possible to draw the image rotated x degrees. So for example drawing the image rotated 73 degrees clock-wise.
3. turning the code and the picture's into one program. Is there a way to make one .jar file with both the image and the code in it?
I don't need direct answers, links to specific API's and tutorials are enough.