Re: JOGL Problems after recent changes
Posted by
Sven Gothel on
Mar 17, 2015; 6:06pm
URL: https://forum.jogamp.org/JOGL-Problems-after-recent-changes-tp4034157p4034163.html
On 03/17/2015 07:02 PM, Sven Gothel wrote:
> On 03/17/2015 06:12 PM, Gregory Richards [via jogamp] wrote:
>> 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?
>
>
Further:
<
http://jogamp.org/wiki/index.php/Release_2.3.0>
<
http://jogamp.org/wiki/index.php/SW_Tracking_Report_Objectives_for_the_release_2.3.0>
<
https://jogamp.org/bugzilla/show_bug.cgi?id=682>
and also note that you _can_ link your app
against the previous release if you want to.
In case you use our online resources for jogamp jar files,
then you would need to use the dedicated version
instead of 'jogamp-current'.
See: <
http://jogamp.org/wiki/index.php/Jogamp_Versioning_and_Releases>
and <
http://jogamp.org/wiki/index.php/Jogamp_Versioning_and_Releases#Current_Aliases>.
However, it is advised to update to the latest, of course!
~Sven