Re: JOGL Problems after recent changes
Posted by Gregory Richards on Mar 17, 2015; 5:12pm
URL: https://forum.jogamp.org/JOGL-Problems-after-recent-changes-tp4034157p4034161.html
ok, I did all that, btw I should mention that this is not my code, we were asked to update an application written about 5 years ago for my software engineering class and its so poorly documented I have spent entirely too many hours just picking apart the code just to understand it.
With that being said, I am new to JOGL so a lot of this stuff I am not familiar with at all. I updated the jar and now the methods that were being called in the GLCanvas class that worked last week simply do not exist anymore (i.e. addMouseListener(), addMouseMotionListener())
I am going to continue researching to find out how I can replace these methods but do you happen to know what I can do or at least where is a good spot to start looking?