NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #398 (closed defect: fixed)

Opened 2011-03-24T15:20:45-05:00

Last modified 2011-03-31T16:40:20-05:00

fix NavigableImageFrame issue with initial display of image data

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej-2.0-alpha1
Component: UI Framework Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

The code for initializing sliders in NavigableImageFrame can impact the sizing of the image content pane of the NavigableImagePanel. Even if no sliders are needed 10 pixels are chopped off the panel size. This affects how well they display at 1:1 scale. Must fix how initialization is handled and make sure it does not resize the image content pane (but rather the frame size).

Change History

comment:1 Changed 2011-03-24T15:22:31-05:00 by bdezonia

BTW I did try moving the call to frame.pack() out of NavigableImagePanel and into NavigableImageFrame. A quick attempt did not produce a well scaled image.

comment:2 Changed 2011-03-31T12:57:55-05:00 by curtis

  • Owner changed from curtis to bdezonia
  • Status changed from new to assigned

We have a workaround in place for this now, right?

comment:3 Changed 2011-03-31T16:40:20-05:00 by bdezonia

  • Status changed from assigned to closed
  • Resolution set to fixed

yes. fixed.