OK, so maybe my last email wasn&#39;t specific enough, so here&#39;s a very specific question.  I have a vtkCanvas onto which I put a vtkImageViewer2.  I wish to have crosshairs show on the image where the user clicks.  I also wish to get the point clicked information during the mouse event so that I can display that to the user in a JLabel.  Any ideas?<div>
<br></div><div>Thanks<br><br><div class="gmail_quote">On Tue, Oct 5, 2010 at 4:30 PM, Jonathan Morra <span dir="ltr">&lt;<a href="mailto:jonmorra@gmail.com">jonmorra@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
After some tinkering I was able to get a simple Java program that will display the 3 planes that I want in a JFrame.  Now I need to figure out how to combine Java&#39;s click handling with VTK&#39;s click handling.  Again, does anyone have an idea of where to start?<div>
<div></div><div class="h5"><br>
<br><div class="gmail_quote">On Tue, Oct 5, 2010 at 3:50 PM, Jonathan Morra <span dir="ltr">&lt;<a href="mailto:jonmorra@gmail.com" target="_blank">jonmorra@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Thanks for the info, I&#39;ll have a look, also I found the following site which is helping a lot<div><a href="http://ij-plugins.sourceforge.net/vtk-examples/index.html" target="_blank">http://ij-plugins.sourceforge.net/vtk-examples/index.html</a><div>

<div></div><div><br>
<br><div class="gmail_quote">On Tue, Oct 5, 2010 at 2:24 PM, Luke Dodd <span dir="ltr">&lt;<a href="mailto:i.like.bread@gmail.com" target="_blank">i.like.bread@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div>This is possible. Take a look at the vtk.vtkPanel and vtk.vtkCanvas<br>
classes. They are awt components, you can - with some caveats put them<br>
in a swing GUI like any other swing component.<br>
<br>
There are methods to get the renderer - so you can add things to it,<br>
and to paint so you can see the results. I think vtkPanel is the base<br>
class and vtkCanvas extends this with more functionality. I&#39;d say look<br>
at the source of each and figure out what you need - they implement<br>
certain interaction behaviours and forward certain awt events to vtk<br>
interactors.<br>
<br>
There is not much documentation for this, but the source code is not<br>
too hard to read.<br>
<br>
</div>(Sorry for sending again Jonathan, but I hit reply instead of reply<br>
all - it&#39;s good to get this on the list for others to see)<br>
<div><br>
Best Regards,<br>
Luke Dodd<br>
<br>
On 5 October 2010 21:33, Jonathan Morra &lt;<a href="mailto:jonmorra@gmail.com" target="_blank">jonmorra@gmail.com</a>&gt; wrote:<br>
</div><div><div></div><div>&gt; I&#39;m new to VTK and am interested in writing a very simple medical image<br>
&gt; viewer that can view a 3D volume at three orthogonal planes and have the<br>
&gt; user click around on various planes to navigate through the data.  I was<br>
&gt; able to get VTK compiling and examples running in Java, however I&#39;m unsure<br>
&gt; how to get the native VTK windows to interact with Java swing.  Ideally, I&#39;d<br>
&gt; like there to be no VTK windows, and have everything live inside of Swing<br>
&gt; components.  Can anyone point me to some example code or good reading to<br>
&gt; help getting started with this in Java?<br>
&gt; Thanks<br>
</div></div><div><div></div><div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div></div></div>
</blockquote></div><br>
</div></div></blockquote></div><br></div>