On Sun, 2 Mar 2008 20:32:26 -0800 (PST), Soul Tech
<carla.pinate@gmail.com> wrote, quoted or indirectly quoted someone
who said :
>How would I go about coding the outside of the interface to be a
>rectangle with rounded corners?
>Any useful websites or tutorials to help explain this?
The word "inferface" has a particular meaning in Java and I think you
are using it is some quite different way. See
http://mindprod.com/jgloss/interface.html
What are you attempting to do?
1. modify images adding a stamp over top of them?
2. modify images on the fly that your server distributes?
3. do something in HTML to overlay images?
1. easiest done with a paint utility. see
http://mindprod.com/jgloss/psp.html
2. can be done in Java but it would be faster to do it via #1 since
there is no online overhead. See
http://mindprod.com/jgloss/image.html
for hints on how to get started. Have a look at the source code for
Masker which creates an image out of thin air.
http://mindprod.com/jgloss/products1.html#MASKER
3. might be done using an Applet viewer, but it would be very easy to
defeat by a anyone just typing the jpg names directly.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com