[vtkusers] Custom cursor shapes
    -Daniel- 
    ich_daniel at habmalnefrage.de
       
    Thu Jun 30 03:16:41 EDT 2016
    
    
  
Hi Enzo,
I'm using Java, where I added my own cursor as follows:
Cursor c = Toolkit.getDefaultToolkit().createCustomCursor(
     CursorImageAsGIF, new Point(10,10), "Cursorname" );
myVTKPanel.setCursor(c);
Maybe it helps you...
--
View this message in context: http://vtk.1045678.n5.nabble.com/Custom-cursor-shapes-tp5738967p5739006.html
Sent from the VTK - Users mailing list archive at Nabble.com.
    
    
More information about the vtkusers
mailing list