class BufferedImage

Can you tell me why the BufferedImage is not found when compiling my prog ?I'm using the Standard Edition 1.2.4_06 !
[131 byte] By [bluecameleona] at [2007-11-27 6:44:07]
# 1
maybe you forgot your import statement?or are you really using some 1.2.4 version instead of 1.4.2?
Dalzhima at 2007-7-12 18:15:15 > top of Java-index,Java Essentials,New To Java...
# 2
Sorry, it's 1.4.2_06.In teh import, I have import java.awt.image;
bluecameleona at 2007-7-12 18:15:15 > top of Java-index,Java Essentials,New To Java...
# 3
Image isn't BufferedImage. Import BufferedImage and then it should work.
Dalzhima at 2007-7-12 18:15:15 > top of Java-index,Java Essentials,New To Java...
# 4
OK, it's fine now.Thanks a lot for your help.
bluecameleona at 2007-7-12 18:15:15 > top of Java-index,Java Essentials,New To Java...
# 5
no problem
Dalzhima at 2007-7-12 18:15:15 > top of Java-index,Java Essentials,New To Java...