Ticket #1342 (new feature)
Opened 2012-07-17T14:56:39-05:00
Last modified 2013-07-24T09:43:48-05:00
Closely model IJ1 user interface conventions
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b10-compatibility |
Component: | UI Framework | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | #1123, #1241, #1256, #1262, #1272, #1287, #1301, #1831, #1960 | |
Blocking: |
Description (last modified by bdezonia)
Some IJ1 user interface conventions of IJ1 have not yet been ported into IJ2. Tickets that relate to such conventions are collected here.
Change History
comment:14 Changed 2012-09-06T16:51:53-05:00 by bdezonia
- Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5
comment:15 Changed 2012-10-10T15:33:29-05:00 by curtis
- Milestone changed from imagej-2.0.0-beta6 to imagej-2.0.0-beta9
comment:19 Changed 2013-07-18T15:35:17-05:00 by bdezonia
- Blocked By 1960 added
(In #1960) This is an issue where the SwingInputHarvester assumes you'll never update any attributes of an existing dialog. The SwingInputHarvester could be modified so that it tied together the Module and the SwingDialog. Thus a Module would be able to update the SwingDialog when its title changes (for example). Deferring this ticket to a later beta. In the meantime I have disabled title setting code in HistogramPlot with a note explaining why.