View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015645VTKEdge(No Category)public2015-07-09 13:312015-07-09 13:38
ReporterJens Schmidt 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusnewResolutionopen 
PlatformOSOS Version
Summary0015645: vtkJavaGarbageCollector only for Swing - SWT variant would be nice
DescriptionThe vtkJavaGarbageCollector lives on the swing event thread. For those who only use SWT a corresponding version would be nice. To create such a Version change

this:
import javax.swing.SwingUtilities;
into this:
import org.eclipse.swt.widgets.Display;

and

this:
SwingUtilities.invokeLater(deleteRunnable);
into this:
Display.getDefault().asyncExec(deleteRunnable);
TagsNo tags attached.
Attached Files

 Relationships

  Notes
There are no notes attached to this issue.

 Issue History
Date Modified Username Field Change
2015-07-09 13:31 Jens Schmidt New Issue


Copyright © 2000 - 2018 MantisBT Team