
-----------------------------------
Jonny Tight Lips
Wed Aug 03, 2005 12:51 am

Images in Java
-----------------------------------
I was just wondering how to display images in Java. I was trying to find it online but I couldn't find any general instructions.  An exaple would be great but any help at would is nice. Thx.

-----------------------------------
rizzix
Wed Aug 03, 2005 12:57 am


-----------------------------------
try these:
Java Almanac: [url=http://javaalmanac.com/egs/java.awt/LoadImage.html]LoadImage, [url=http://javaalmanac.com/egs/java.awt/DrawImage.html?l=rel]DrawImage and [url=http://javaalmanac.com/egs/java.awt/TransformImage.html?l=rel]TransformImage

They are examples for java 1.4,, but it should work with 5.0

-----------------------------------
Jonny Tight Lips
Wed Aug 03, 2005 11:31 pm


-----------------------------------
I'm guessing that it would be a good idea to lean swing before I go into this stuff. Thats a nice site though thx.
