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 #790 (closed enhancement: wontfix)

Opened 2011-09-25T20:11:17-05:00

Last modified 2014-08-20T12:13:28-05:00

Arrange Windows plugins for IJ2

Reported by: gharris Owned by: curtis
Priority: minor Milestone: imagej2-b8-analysis
Component: UI Framework Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1456

Description

Currently, on the Windows menu, the Show All, Put Behind, Cascade & Tile plugins do nothing.
Add a SwingSDI implementation of

interface Desktop extends Arrangeable

that enables a new set of plugins to do these functions.

Change History

comment:1 Changed 2011-09-25T21:05:16-05:00 by gharris

This should also include "Close All".

comment:2 Changed 2012-01-26T12:44:50-06:00 by curtis

  • Owner changed from gharris to curtis

comment:3 Changed 2012-02-26T22:58:53-06:00 by curtis

  • Blocking 1019 added

comment:4 Changed 2012-03-05T11:09:13-06:00 by curtis

  • Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta2

Pushing implementations of these Window menu plugins to the next milestone.

comment:5 Changed 2012-05-14T11:59:50-05:00 by bdezonia

  • Blocking 1171 added; 1019 removed

comment:6 Changed 2012-07-03T13:38:09-05:00 by curtis

  • Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4

comment:7 Changed 2012-09-06T16:18:07-05:00 by bdezonia

  • Blocking 1451 added; 1171 removed

comment:8 Changed 2012-09-06T16:23:41-05:00 by bdezonia

  • Blocking 1456 added; 1451 removed

comment:9 Changed 2012-09-06T16:27:16-05:00 by bdezonia

  • Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5

comment:10 Changed 2012-10-10T13:55:32-05:00 by curtis

  • Milestone changed from imagej-2.0.0-beta6 to imagej-2.0.0-beta7

comment:11 Changed 2014-08-20T12:13:28-05:00 by curtis

  • Status changed from new to closed
  • Resolution set to wontfix

We are no longer supporting use of ImageJ 1.x commands from modern ImageJ2 UIs. These plugins work fine in the legacy ImageJ 1.x UI, and adding them to ImageJ2 is not urgent.