View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015574VTK(No Category)public2015-07-09 14:032016-08-12 09:55
ReporterJens Schmidt 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0015574: 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.
ProjectTBD
Typefeature
Attached Files

 Relationships

  Notes
(0037401)
Kitware Robot (administrator)
2016-08-12 09:55

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2015-07-09 14:03 Jens Schmidt New Issue
2016-08-12 09:55 Kitware Robot Note Added: 0037401
2016-08-12 09:55 Kitware Robot Status backlog => closed
2016-08-12 09:55 Kitware Robot Resolution open => moved
2016-08-12 09:55 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team