147 posts
|
I have a PluginFrame that adjusts the ImageProcessor(s) being
displayed in a virtual hyperstack window. All the adjustments are
working fine, but I do not see the changes appear in my hyperstack
window until after I do a manual adjustment of one of the sliders for
C,Z,or T.
Right now my itemStateChanged and adjustmentValueChanged methods of
my PluginFrame finish all their work with the lines:
ci.updateAllChannelsAndDraw();
imp.updateAndRepaintWindow();
to address the ImagePlus in the window. But they don't seem to give
any response within the window.
Any hints on the best way to do this?
Thanks,
Bill
|