Make an Image

I have tried to make an image like this:Image im = new Image();But there comes errors and stuff. How am I going to make an Image.I have searched on Internet but i cant find anything.
[243 byte] By [Froga] at [2007-10-2 14:59:57]
# 1
You can use this wayImageIcon pre=new ImageIcon(Toolkit.getDefaultToolkit().getImage("picture.jpg"));Image image = pre.getImage();
nexusa at 2007-7-13 13:45:13 > top of Java-index,Security,Cryptography...