Ticket #1636 (reviewing defect)
Opened 2013-01-24T16:25:10-06:00
Last modified 2013-12-06T17:15:21-06:00
UI need multiple elements on one line
Reported by: | aivar | Owned by: | curtis |
---|---|---|---|
Priority: | minor | Milestone: | imagej2-unscheduled |
Component: | UI Framework | Version: | |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description (last modified by aivar)
SLIM Plugin has a label, textfield with spinners, checkbox, then a label to present the fitted parameters. (Eventually it would also need a button here for constraining fitted values.)
SLIM Plugin is using SpringUtilities here to line things up.
Change History
comment:1 Changed 2013-01-24T16:36:57-06:00 by bdezonia
comment:2 Changed 2013-03-07T11:03:32-06:00 by bdezonia
- Milestone changed from imagej2-b8-analysis to imagej2-b7-ndim-data
comment:3 Changed 2013-04-12T15:41:52-05:00 by aivar
Actually now I want a label followed by a text field followed by a checkbox followed by a label, as before, but the text field should switch from being non-editable when the checkbox is not checked to being editable with a spinner when the checkbox is checked.
In another instance I need a label followed by a spinner on one line, but the spinner should be able to switch models from one with integral min/max/inc to floating point. I haven't gotten this to work yet in raw Swing.
comment:4 Changed 2013-06-05T15:33:10-05:00 by bdezonia
- Milestone changed from imagej2-b7-ndim-data to imagej2-b8-analysis
comment:5 Changed 2013-12-06T17:15:21-06:00 by aivar
- Status changed from new to reviewing
- Severity changed from serious to minor
- Priority changed from major to minor
- Milestone changed from imagej2-b8-analysis to imagej2-unscheduled
- Owner changed from aivar to curtis
- Blocking 1370 removed
- Description modified
I also need this functionality. I want to be able to specify calibration for all the axes in a display. I'd like a UI dialog that shows scale value, offset value, and unit string for each axis in a display. Ideally these three values would be on one line.