Ticket #446 (closed defect: fixed)
Opened 2011-04-20T16:57:49-05:00
Last modified 2011-04-20T16:59:27-05:00
Support an active display concept
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Display API | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
Have IJ2 always track which display is active. This could be used by plugins to apply to the currently active display. Its corresponding Dataset could be accessed/modified if desired.
Change History
comment:2 Changed 2011-04-20T16:59:27-05:00 by bdezonia
- Status changed from accepted to closed
- Resolution set to fixed
implemented as part of the support for the zoom plugins. each UI is responsible for tracking this information. the swing ui keeps track of window active and window closing events.