Make an image into a shape

Can anyone tell me how to make an Image show on any of the shapes in java.awt.geom
[89 byte] By [kodeza] at [2007-9-28 1:48:43]
# 1
You should have a look at the java.awt.TexturePaint class, and the setPaint(Paint paint) method in Graphics2D.
Abusea at 2007-7-7 21:21:32 > top of Java-index,Other Topics,Java Game Development...