Hi there,
We are using the StackWindow to make our program in nuclear medicine.
In our program we made our own scrollbar for the image stack to handle our custom workflow (our program ask the user to draw ROI on a dataset of N stacks so at each step we replace the ImagePlus form this window and we wanted a scroll bar that manage steps accross differents steps)…
We wanted to remove the original ScrollbarWithLabel element from the StackWindow but the element is private.
Is it possible to change the visibility of the ScrollbarWithLabel as protected (we inherit this class), or make an public getter/Setter or make a method to remove it from the stack window ?
I think this question is directly on the scope for @Wayne,
Best regards,
Salim