Login  Register

Re: JOGL SWT GLCanvas leaks SWT Color

Posted by Sven Gothel on Jun 29, 2025; 11:01am
URL: https://forum.jogamp.org/JOGL-SWT-GLCanvas-leaks-SWT-Color-tp4043707p4043799.html

Eclipse 4.26.0 Release Build: 4.26
https://download.eclipse.org/eclipse/downloads/drops4/R-4.26-202211231800/

Source of Color.class says:
 * <p>
 * Colors do not need to be disposed, however to maintain compatibility
 * with older code, disposing a Color is not an error. As Colors do not require
 * disposal, the constructors which do not require a Device are recommended.
 * </p>
?