Summary: | Error on dispose | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | Giuseppe Barbieri <elect86> |
Component: | core | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED INVALID | ||
Severity: | major | CC: | sgothel |
Priority: | --- | ||
Version: | 1 | ||
Hardware: | pc_x86_64 | ||
OS: | linux | ||
Type: | --- | SCM Refs: | |
Workaround: | --- |
Description
Giuseppe Barbieri
2014-03-09 13:41:39 CET
This is not an error, but a notification that you have not closed the display / device properly. The display is kept open, since you don't close the window, here the GLWindow bound to the NewtCanvasAWT. How do I close the windows? destroy() on the glWindow doesn't work either |