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 #731 (new enhancement)

Opened 2011-08-22T10:29:20-05:00

Last modified 2011-08-24T16:23:12-05:00

Implement Swing MDI version

Reported by: gharris Owned by: curtis
Priority: major Milestone: imagej-2.5.0
Component: UI Framework Version:
Severity: major Keywords:
Cc: Blocked By:
Blocking:

Description

Implement an MDI desktop version of the application.
This is to validate the Display hierarchy changes and other UI-related interfaces and components to work in an SDI or MDI or docking/tabbed environment.

Change History

comment:1 Changed 2011-08-24T16:23:12-05:00 by curtis

  • Milestone changed from imagej-2.0-alpha5 to imagej-2.5

Initial version added in e3e1e5c6ef8ca9626a89ffa6c0baf233b3eacdbb. Both SDI and MDI versions are functional as of cd05a162c79ff221fa5bc67ce48ea4d846cb5918. SDI version runs by default, MDI version can be run using the swing-mdi Maven profile:

mvn -P swing-mdi exec:exec

We cannot afford to spend too much time on the MDI version though until ImageJ2 is released, so I am pushing this ticket to 2.5.

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

  • Owner changed from gharris to curtis