West Coast Connection Forum

Lifestyle => Tha G-Spot => Topic started by: Leggy Hendrix on April 30, 2005, 10:05:07 AM

Title: Anyone with knowledge of java...
Post by: Leggy Hendrix on April 30, 2005, 10:05:07 AM
i need to create an applet and insert images into it that i can drag about but im not having much luck finding info on how to do so...any help, useful sites etc would be greatly appreciated!!  8)
Title: Re: Anyone with knowledge of java...
Post by: Juronimo on May 01, 2005, 03:29:31 PM
You'll need to do something like declare and instantiate an image object and create a class where you have methods that can move the object around, passing in the object as parameter in your class constructor.

I'm not as familiar with java as I am with C# put the object oriented principles still stand.