Re: JOGL Problems after recent changes
Posted by
Sven Gothel on
Mar 17, 2015; 6:02pm
URL: https://forum.jogamp.org/JOGL-Problems-after-recent-changes-tp4034157p4034162.html
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?
See my '2.3.0 Release' post, copied below.
You might be 'victim' of the package relocation
javax.media.opengl -> com.jogamp.opengl
~Sven
On 03/12/2015 11:14 AM, Sven Gothel wrote:>> +++
>> >
>> > This is a NON BACKWARD COMPATIBLE release,
>> > introducing API CHANGES.
>> > It is CAN NOT be used as a binary/jar drop-in replacement.
>> >
>> > See
>> >
<
http://jogamp.org/wiki/index.php/Jogamp_Versioning_and_Releases#Semantic_Version_Numbers>
>> >
>> > +++
> See:
> <
http://jogamp.org/deployment/v2.3.0/archive/API-Changes/>
>
> Extracted from our GlueGen and JOGL semantic versioning unit tests!