Community
Participate
Working Groups
FigureUtilities unnecessarily restricts which threads can invoke createRotatedImage(...) and createRotatedImageOfString(...) The code should be changed to: Display display = Display.getDefault(); allowing clients to create rotated images from multiple threads.
Randy, what are you referring to? The HEAD version of org.eclipse.draw2d.FigureUtilities does not seem to contain such methods...
Ah, its ImageUtilities you are referring to... I updated the summary to reflect this.
Replaced calls of Display.getCurrent() with Display.getDefault() within org.eclipse.draw2d.ImageUtilities to allow invocation from non-display threads. Removed invalid access exceptions. Adopted javadoc. Changes committed to cvs HEAD (3.7). Resolving as fixed.