Imagewindow swing controls?
Posted by Nick Mortimer on Dec 22, 2006; 5:40am
URL: http://imagej.273.s1.nabble.com/Imagewindow-swing-controls-tp3700736.html
Hi I've been writing some code for processing plankton pictures, I have
made a multiple view Imagewindow, lets you display images in a grid and
edit them, now I'm trying to add a JTable to the display the
measurements etc.
I think in order for my window to be used to edit the images it had to
be descended from ImageWindow... my problem is that ImageWindows frame
is not a JFrame, and hence I'm mixing lightweight and heavyweight
components.
Is there any way in embed and ImageWindow inside a JFrame?
Or for that matter the whole of ImageJ?
Any advice appreciated
Thanks
Nick