Ticket #911 (closed task: fixed)
Opened 2011-12-10T05:07:01-06:00
Last modified 2012-04-25T11:53:32-05:00
Refactor AbstractSwingImageDisplay scale reporting
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #10 |
Description
Currently AbstractSwingImageDisplay has some private infrastructure related to converting a double scale to a String. This code should not be in the Swing code. It should belong somewhere else but its not clear where. It could live in UI (but clumsy) or Core (but again not ideal). Determine where it should go and move/expose it.
Change History
comment:1 Changed 2011-12-10T05:07:42-06:00 by bdezonia
- Summary changed from Refactor AbstreactSwingImageDisplay scake reporting to Refactor AbstreactSwingImageDisplay scale reporting
comment:2 Changed 2011-12-10T05:08:25-06:00 by bdezonia
- Summary changed from Refactor AbstreactSwingImageDisplay scale reporting to Refactor AbstractSwingImageDisplay scale reporting
comment:4 Changed 2012-04-25T11:53:32-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta2
Fixed by Lee Kamentsky in recent headless display refactoring