nilshoffmann / netbeans-jogl2

All netbeans rcp related projects
8 stars 2 forks source link

NetBeans 8.x Problems #1

Open winder opened 8 years ago

winder commented 8 years ago

I'm trying to get JOGL to work with NetBeans 8. With 7.x the approach you're using worked fine, but 8.0.2 and 8.1 are both having trouble displaying the canvas properly. It seems like the BorderLayout doesn't center the canvas, or resize it correctly. There are also crashes now, I haven't noticed a pattern with them yet.

I'll make a pull request if I figure out a solution.

winder commented 8 years ago

It seems to work using a GLJPanel instead of the NewtCanvasAWT.

tempest766 commented 5 years ago

org.netbeans.api.progress.ProgressHandleFactory doesn't exist in netbeans 8.2 so you're shooting at a moving target.