I recently upgraded my application that uses JOGL and now under windows + webstart my app runs, but nothing is drawn. No exceptions.
If I run the same jars locally, everything works fine.
Anyone experienced this?
I recently upgraded my application that uses JOGL and now under windows + webstart my app runs, but nothing is drawn. No exceptions.
If I run the same jars locally, everything works fine.
Anyone experienced this?
Ahh. The darkest of errors
If I call pack on my main frame at the wrong time, jogl doesn’t draw anything in webstart. Moving it futher down the source solved my problem.
(for future records, call pack just before show when using JOGL)
Now that’s wierd