Login  Register

Re: Simple example with Nifty

Posted by elect on Nov 08, 2013; 1:51pm
URL: https://forum.jogamp.org/Simple-example-with-Nifty-tp4030529p4030531.html

So I managed to fix all the damned dependences, jglfont-core, xpp3_min-1.1.4c and eventbus-1.4..

Now I dont see anything, while I am supposed to see the picture you see in the hello world link..

I guess it might have something to do with the missing mouse listener..

I cant get it, inputSystem extend the mouseListener, but when i try to add it to the canvas

canvas.addMouseListener(inputSystem);

method addMouseListener in class Component cannot be applied to given types;
  required: MouseListener
  found: JoglInputSystem
  reason: actual argument JoglInputSystem cannot be converted to MouseListener by method invocation conversion
----
(Alt-Enter shows hints)


What?