Hi,
I have managed to get ImageTargets to compile and have also managed to change the teapot into my own object. Next, I would like to be able to click on my object and it then perform an action. Can anyone who has manged to do this give me some pointers or might they be able to point me in the right direction? Your help with this is most appreciated!!
Thanks! :-)
Unfortunately I'm still working on a solution but I've found a quite interesting article on how to deal with native methods.
http://java.sun.com/developer/onlineTraining/Programming/JDCBook/jniexamp.html
There they say that you need to generate a header file that provides a method signature that you have to use when implementing native functions.
In our case that would be the Dominoes.h that seems to include all my elements that were "not declared in this scope"
Maybe that's the missing puzzle piece to solve our problem ^__^
Plz let me know if you get it working :3